OSDN Git Service

* config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove reference to flag_strength_reduce.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2006 10:15:41 +0000 (10:15 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Apr 2006 10:15:41 +0000 (10:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113028 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mmix/mmix.h

index f2b7a5d..ef70037 100644 (file)
@@ -1,5 +1,8 @@
 2006-04-18  Nick Clifton  <nickc@redhat.com>
 
+       * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove reference to
+       flag_strength_reduce.
+
        * doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.
 
 2006-04-18  Paolo Bonzini  <bonzini@gnu.org>
index 9ae7bc7..f41b8d3 100644 (file)
@@ -165,7 +165,6 @@ extern int target_flags;
       if (SIZE || LEVEL > 1)                   \
        {                                       \
          flag_omit_frame_pointer = TRUE;       \
-         flag_strength_reduce = FALSE;         \
        }                                       \
     }                                          \
   while (0)