diff options
Diffstat (limited to 'gcc/gimplify-me.c')
-rw-r--r-- | gcc/gimplify-me.c | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/gcc/gimplify-me.c b/gcc/gimplify-me.c index caad2fc6954..f56bdbb78d6 100644 --- a/gcc/gimplify-me.c +++ b/gcc/gimplify-me.c @@ -25,28 +25,20 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "hard-reg-set.h" +#include "ssa.h" +#include "options.h" #include "fold-const.h" #include "stmt.h" #include "stor-layout.h" -#include "predict.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" #include "tree-eh.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" #include "gimplify.h" #include "gimplify-me.h" -#include "gimple-ssa.h" -#include "stringpool.h" -#include "tree-ssanames.h" /* Expand EXPR to list of gimple statements STMTS. GIMPLE_TEST_F specifies |