diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-09-14 15:59:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-09-14 08:59:02 -0700 |
commit | 4de264abe7bcecb709e4746715e5529527fedb6c (patch) | |
tree | 7d7e2b8c2153da806ddaceb574dac06a00dfb180 /gcc/tree-vect-stmts.c | |
parent | e4b5cace1af1bf5b2f128c01538417e9dbe17af7 (diff) | |
download | gcc-4de264abe7bcecb709e4746715e5529527fedb6c.zip gcc-4de264abe7bcecb709e4746715e5529527fedb6c.tar.gz gcc-4de264abe7bcecb709e4746715e5529527fedb6c.tar.bz2 |
Restore bootstrap on x86.
2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
* 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
Diffstat (limited to 'gcc/tree-vect-stmts.c')
-rw-r--r-- | gcc/tree-vect-stmts.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |