diff options
Diffstat (limited to 'gcc/config/cris')
-rw-r--r-- | gcc/config/cris/cris.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index ecddc8e..a3bf00b 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -52,7 +52,6 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "tm-constrs.h" #include "target.h" -#include "target-def.h" #include "insn-codes.h" #include "optabs.h" #include "dominance.h" @@ -71,6 +70,8 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "builtins.h" +#include "target-def.h" + /* Usable when we have an amount to add or subtract, and want the optimal size of the insn. */ #define ADDITIVE_SIZE_MODIFIER(size) \ |