]> gcc.gnu.org Git - gcc.git/commitdiff
i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 5 Apr 2007 13:17:13 +0000 (13:17 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 5 Apr 2007 13:17:13 +0000 (06:17 -0700)
2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
(CONDITIONAL_REGISTER_USAGE): Likewise.

From-SVN: r123516

gcc/ChangeLog
gcc/config/i386/i386.h

index 993e702242e4c882cfe97cf4d722089e9b9c40e4..58b7ede1617e2411b13a104223ed2556f169dda7 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Reformat.
+       (CONDITIONAL_REGISTER_USAGE): Likewise.
+
 2007-04-04  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/lib1funcs.asm: Remove unused file.
index e86bb7273fe9fe8d42b45a10be02da55e21bfdfe..2aa4c436a9ea78a89d13aae4e1ae53653ced7300 100644 (file)
@@ -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)                                                  \
       {                                                                        \
This page took 0.083314 seconds and 5 git commands to generate.