diff options
Diffstat (limited to 'gcc/config/sparc/sparc.c')
-rw-r--r-- | gcc/config/sparc/sparc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 995a769..2163201c 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -55,7 +55,6 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "debug.h" #include "target.h" -#include "target-def.h" #include "common/common-target.h" #include "predict.h" #include "dominance.h" @@ -83,6 +82,8 @@ along with GCC; see the file COPYING3. If not see #include "builtins.h" #include "rtl-iter.h" +#include "target-def.h" + /* Processor costs */ struct processor_costs { |