From 4de264abe7bcecb709e4746715e5529527fedb6c Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 14 Sep 2010 15:59:02 +0000 Subject: Restore bootstrap on x86. 2010-09-14 H.J. Lu * tree-vect-stmts.c: Include "tm_p.h". * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved out of RTX_CODE. From-SVN: r164281 --- gcc/tree-vect-stmts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/tree-vect-stmts.c') diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index 5069c9e..482184b 100644 --- a/gcc/tree-vect-stmts.c +++ b/gcc/tree-vect-stmts.c @@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "ggc.h" #include "tree.h" +#include "tm_p.h" #include "target.h" #include "basic-block.h" #include "tree-pretty-print.h" -- cgit v1.1