Message ID | AANLkTi=hcUksWf4VtpedbS6heG5W1mdhqV3kCwGNU+7U@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Mon, Sep 13, 2010 at 1:35 PM, H.J. Lu <hjl.tools@gmail.com> wrote: >>> * config/i386/i386.h (ix86_tune_indices): Likewise. >>> (TARGET_VECTORIZE_DOUBLE): New. >>> (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word. I think it is time to change UNITS_PER_SIMD_WORD into a target hook rather than including tm_p.h everywhere. -- Pinski
diff --git a/gcc/tree-vect-stmts.c b/gcc/tree-vect-stmts.c index 6d15bda..be5dec0 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"