diff options
Diffstat (limited to 'gcc/tree-vect-patterns.c')
-rw-r--r-- | gcc/tree-vect-patterns.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree-vect-patterns.c b/gcc/tree-vect-patterns.c index 9c494fd..f1de690 100644 --- a/gcc/tree-vect-patterns.c +++ b/gcc/tree-vect-patterns.c @@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "target.h" #include "rtl.h" #include "tree.h" #include "gimple.h" @@ -31,19 +30,12 @@ along with GCC; see the file COPYING3. If not see #include "optabs-tree.h" #include "insn-config.h" #include "recog.h" /* FIXME: for insn_data */ -#include "gimple-pretty-print.h" -#include "diagnostic-core.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "internal-fn.h" #include "tree-eh.h" #include "gimplify.h" #include "gimple-iterator.h" #include "cfgloop.h" -#include "flags.h" -#include "params.h" -#include "tree-data-ref.h" #include "tree-vectorizer.h" #include "dumpfile.h" #include "builtins.h" |