Set -malign-loops= default to 2.
From-SVN: r9648
This commit is contained in:
parent
b08de47ebf
commit
0da8af8f2c
@ -161,7 +161,7 @@ override_options ()
|
|||||||
i386_align_loops, MAX_CODE_ALIGN);
|
i386_align_loops, MAX_CODE_ALIGN);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
i386_align_loops = def_align;
|
i386_align_loops = 2;
|
||||||
|
|
||||||
/* Validate -malign-jumps= value, or provide default */
|
/* Validate -malign-jumps= value, or provide default */
|
||||||
if (i386_align_jumps_string)
|
if (i386_align_jumps_string)
|
||||||
|
Loading…
Reference in New Issue
Block a user