]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.h (OPTIMIZATION_OPTIONS): Revert last change.
authorKaz Kojima <kkojima@gcc.gnu.org>
Fri, 14 Nov 2008 11:46:55 +0000 (11:46 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Fri, 14 Nov 2008 11:46:55 +0000 (11:46 +0000)
* config/sh/sh.h (OPTIMIZATION_OPTIONS): Revert last change.
(OVERRIDE_OPTIONS): Likewise.
* gcc.target/sh/pr37514.c: Remove.

From-SVN: r141855

gcc/ChangeLog
gcc/config/sh/sh.h
gcc/testsuite/ChangeLog

index 446906e47b3635e2e9ec867bddcf4b17431077ff..32b67e51c9a3493664cde72d46acbac9bdc2af03 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-14  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/sh.h (OPTIMIZATION_OPTIONS): Revert last change.
+       (OVERRIDE_OPTIONS): Likewise.
+
 2008-11-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
            Andrew Stubbs  <ams@codesourcery.com>
            Gunnar Von Boehn  <gunnar@genesi-usa.com>
index 0ec9ac910d2b1c1b012927e6366c28b4db427a7f..6a4ccb0f0e64f80ac44a0174e329ce396c1461af 100644 (file)
@@ -496,9 +496,6 @@ do {                                                                        \
      the user explicitly requested this to be on or off.  */           \
   if (flag_schedule_insns > 0)                                         \
     flag_schedule_insns = 2;                                           \
-  /* Likewise for flag_ira_share_spill_slots.  */                      \
-  if (flag_ira_share_spill_slots > 0)                                  \
-    flag_ira_share_spill_slots = 2;                                    \
                                                                        \
   set_param_value ("simultaneous-prefetches", 2);                      \
 } while (0)
@@ -733,12 +730,6 @@ do {                                                                       \
        }                                                               \
     }                                                                  \
                                                                        \
-  /* FIXME.  Currently -fira-share-spill-slots causes a wrong code     \
-     problem PR 37514, though the compiler generates lengthy codes     \
-     in some cases without it.  */                                     \
-  if (flag_ira_share_spill_slots == 2)                                 \
-    flag_ira_share_spill_slots = 0;                                    \
-                                                                       \
   if (align_loops == 0)                                                        \
     align_loops =  1 << (TARGET_SH5 ? 3 : 2);                          \
   if (align_jumps == 0)                                                        \
index 4b1caf75511302934495cf16f499680b492b4488..15e8ea4f8b07dcba183ffa4e18b89b87a796039c 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-14  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * gcc.target/sh/pr37514.c: Remove.
+
 2008-11-14  Uros Bizjak  <ubizjak@gmail.com>
 
        PR testsuite/37517