diff options
Diffstat (limited to 'gcc/tree-vect-loop.c')
-rw-r--r-- | gcc/tree-vect-loop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-vect-loop.c b/gcc/tree-vect-loop.c index 8dd3c43..491d8c6 100644 --- a/gcc/tree-vect-loop.c +++ b/gcc/tree-vect-loop.c @@ -28,8 +28,10 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "basic-block.h" #include "gimple-pretty-print.h" +#include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" +#include "gimplify-me.h" #include "gimple-ssa.h" #include "tree-phinodes.h" #include "ssa-iterators.h" |