diff options
Diffstat (limited to 'gcc/config/sh/sh.c')
-rw-r--r-- | gcc/config/sh/sh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 2c247b1..5c0c6a1 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -56,7 +56,6 @@ along with GCC; see the file COPYING3. If not see #include "dwarf2.h" #include "tm_p.h" #include "target.h" -#include "target-def.h" #include "langhooks.h" #include "predict.h" #include "dominance.h" @@ -88,6 +87,8 @@ along with GCC; see the file COPYING3. If not see #include "builtins.h" #include "rtl-iter.h" +#include "target-def.h" + int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch; /* These are some macros to abstract register modes. */ |