diff options
Diffstat (limited to 'gcc/generic-match-head.c')
-rw-r--r-- | gcc/generic-match-head.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/generic-match-head.c b/gcc/generic-match-head.c index 2581a61..f2e08ed 100644 --- a/gcc/generic-match-head.c +++ b/gcc/generic-match-head.c @@ -26,27 +26,12 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "flags.h" -#include "internal-fn.h" -#include "gimple-fold.h" -#include "gimple-iterator.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "builtins.h" #include "dumpfile.h" -#include "generic-match.h" /* Routine to determine if the types T1 and T2 are effectively |