diff options
Diffstat (limited to 'gcc/generic-match-head.c')
-rw-r--r-- | gcc/generic-match-head.c | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/gcc/generic-match-head.c b/gcc/generic-match-head.c index ea4a2961054..66615a4fab4 100644 --- a/gcc/generic-match-head.c +++ b/gcc/generic-match-head.c @@ -21,27 +21,18 @@ 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 "rtl.h" +#include "ssa.h" +#include "options.h" #include "fold-const.h" -#include "stringpool.h" #include "stor-layout.h" #include "flags.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" -#include "predict.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" -#include "gimple-ssa.h" -#include "tree-ssanames.h" #include "gimple-fold.h" #include "gimple-iterator.h" -#include "rtl.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" @@ -53,8 +44,6 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "tree-dfa.h" #include "builtins.h" -#include "tree-phinodes.h" -#include "ssa-iterators.h" #include "dumpfile.h" #include "generic-match.h" |