* config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove reference to flag_strength_reduce.
authorNick Clifton <nickc@redhat.com>
Tue, 18 Apr 2006 10:15:41 +0000 (10:15 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 18 Apr 2006 10:15:41 +0000 (10:15 +0000)
From-SVN: r113028

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

index f2b7a5dbc2ad87a5874a7be4617bdee7ef341163..ef70037eeb94f48afd05cb0852e7bf85ac965c5b 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 9ae7bc7f36d605a0db82527d33a7819ca34ffbe0..f41b8d38cb297e16b282985afc0e7efb00c92555 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)