diff options
Diffstat (limited to 'gcc/lower-subreg.c')
-rw-r--r-- | gcc/lower-subreg.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gcc/lower-subreg.c b/gcc/lower-subreg.c index d58b5c5..9d5fd3b 100644 --- a/gcc/lower-subreg.c +++ b/gcc/lower-subreg.c @@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see #include "machmode.h" #include "tm.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" #include "double-int.h" #include "input.h" @@ -41,7 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "obstack.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "dominance.h" #include "cfg.h" @@ -51,6 +49,17 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "bitmap.h" #include "dce.h" +#include "hashtab.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "except.h" #include "regs.h" |