diff options
Diffstat (limited to 'gcc/config/m68k/m68k.c')
-rw-r--r-- | gcc/config/m68k/m68k.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 3d81449..e1558ef 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -48,7 +48,6 @@ along with GCC; see the file COPYING3. If not see #include "reload.h" #include "tm_p.h" #include "target.h" -#include "target-def.h" #include "debug.h" #include "dominance.h" #include "cfg.h" @@ -68,6 +67,8 @@ along with GCC; see the file COPYING3. If not see #include "builtins.h" #include "rtl-iter.h" +#include "target-def.h" + enum reg_class regno_reg_class[] = { DATA_REGS, DATA_REGS, DATA_REGS, DATA_REGS, |