diff options
Diffstat (limited to 'gcc/gimple-low.c')
-rw-r--r-- | gcc/gimple-low.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c index bd858ce8cb3..d4697e21ac6 100644 --- a/gcc/gimple-low.c +++ b/gcc/gimple-low.c @@ -21,21 +21,15 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "hard-reg-set.h" +#include "alias.h" #include "fold-const.h" #include "tree-nested.h" #include "calls.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" #include "tree-iterator.h" #include "tree-inline.h" |