diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-05 13:17:13 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-05 13:17:13 +0000 |
commit | 9f525417fc43096dbb5b2278af260e9b88098e80 (patch) | |
tree | c91d2e82a66faf367e9b2060360566cbaa85b737 /gcc/config | |
parent | 5ce1a5e5caae324c2cf073e29f8dc2c0aeb7d58a (diff) | |
download | gcc-9f525417fc43096dbb5b2278af260e9b88098e80.tar.gz |
2007-04-05 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
(CONDITIONAL_REGISTER_USAGE): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/i386.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index e86bb7273fe..2aa4c436a9e 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -460,7 +460,7 @@ extern const char *host_detect_local_cpu (int argc, const char **argv); size_t arch_len = strlen (ix86_arch_string); \ size_t tune_len = strlen (ix86_tune_string); \ int last_arch_char = ix86_arch_string[arch_len - 1]; \ - int last_tune_char = ix86_tune_string[tune_len - 1]; \ + int last_tune_char = ix86_tune_string[tune_len - 1]; \ \ if (TARGET_64BIT) \ { \ @@ -549,7 +549,7 @@ extern const char *host_detect_local_cpu (int argc, const char **argv); builtin_define ("__SSE3__"); \ if (TARGET_SSSE3) \ builtin_define ("__SSSE3__"); \ - if (TARGET_SSE4A) \ + if (TARGET_SSE4A) \ builtin_define ("__SSE4A__"); \ if (TARGET_SSE_MATH && TARGET_SSE) \ builtin_define ("__SSE_MATH__"); \ @@ -969,10 +969,10 @@ do { \ == (TARGET_64BIT ? 3 : 2)); \ } \ j = PIC_OFFSET_TABLE_REGNUM; \ - if (j != INVALID_REGNUM) \ + if (j != INVALID_REGNUM) \ { \ - fixed_regs[j] = 1; \ - call_used_regs[j] = 1; \ + fixed_regs[j] = 1; \ + call_used_regs[j] = 1; \ } \ if (! TARGET_MMX) \ { \ |