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/config | |
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/config')
-rw-r--r-- | gcc/config/i386/i386-protos.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h index c4c61f7..fa88134 100644 --- a/gcc/config/i386/i386-protos.h +++ b/gcc/config/i386/i386-protos.h @@ -38,6 +38,8 @@ extern void ix86_output_addr_diff_elt (FILE *, int, int); extern enum calling_abi ix86_cfun_abi (void); extern enum calling_abi ix86_function_type_abi (const_tree); +extern unsigned int ix86_units_per_simd_word (enum machine_mode); + #ifdef RTX_CODE extern int standard_80387_constant_p (rtx); extern const char *standard_80387_constant_opcode (rtx); @@ -50,7 +52,6 @@ extern bool x86_extended_QIreg_mentioned_p (rtx); extern bool x86_extended_reg_mentioned_p (rtx); extern bool x86_maybe_negate_const_int (rtx *, enum machine_mode); extern enum machine_mode ix86_cc_mode (enum rtx_code, rtx, rtx); -extern unsigned int ix86_units_per_simd_word (enum machine_mode); extern int avx_vpermilp_parallel (rtx par, enum machine_mode mode); extern int avx_vperm2f128_parallel (rtx par, enum machine_mode mode); |