diff options
Diffstat (limited to 'gcc/compare-elim.c')
-rw-r--r-- | gcc/compare-elim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/compare-elim.c b/gcc/compare-elim.c index 08e070cc7f1..f88ec5a206c 100644 --- a/gcc/compare-elim.c +++ b/gcc/compare-elim.c @@ -58,6 +58,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" +#include "target.h" #include "rtl.h" #include "df.h" #include "tm_p.h" @@ -66,7 +67,6 @@ along with GCC; see the file COPYING3. If not see #include "flags.h" #include "cfgrtl.h" #include "tree-pass.h" -#include "target.h" #include "domwalk.h" |