Set -malign-loops= default to 2.
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 12 May 1995 17:34:13 +0000 (17:34 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 12 May 1995 17:34:13 +0000 (17:34 +0000)
From-SVN: r9648

gcc/config/i386/i386.c

index cb6158cc2040ab4282aa5fb563d1efc1dc760e0c..f30ce856e4653ca0b7e6208abe0b53fc2c5abe9a 100644 (file)
@@ -161,7 +161,7 @@ override_options ()
               i386_align_loops, MAX_CODE_ALIGN);
     }
   else
-    i386_align_loops = def_align;
+    i386_align_loops = 2;
 
   /* Validate -malign-jumps= value, or provide default */
   if (i386_align_jumps_string)