Set -malign-loops= default to 2.
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 1995 17:34:13 +0000 (17:34 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 May 1995 17:34:13 +0000 (17:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9648 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/i386.c

index cb6158c..f30ce85 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)