i386.md: Remove trailing white spaces.
2008-10-07 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.md: Remove trailing white spaces. From-SVN: r140962
This commit is contained in:
parent
beb0c9cc78
commit
1ffcdc0226
@ -1,3 +1,7 @@
|
||||
2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/i386.md: Remove trailing white spaces.
|
||||
|
||||
2008-10-07 Kenneth Zadeck <zadeck@naturalbridge.com>
|
||||
|
||||
PR rtl-optimization/37448
|
||||
|
@ -2559,14 +2559,14 @@
|
||||
to stack may result in unaligned memory access. */
|
||||
if (misaligned_operand (operands[0], TImode)
|
||||
|| misaligned_operand (operands[1], TImode))
|
||||
{
|
||||
{
|
||||
if (get_attr_mode (insn) == MODE_V4SF)
|
||||
return "%vmovups\t{%1, %0|%0, %1}";
|
||||
else
|
||||
return "%vmovdqu\t{%1, %0|%0, %1}";
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
if (get_attr_mode (insn) == MODE_V4SF)
|
||||
return "%vmovaps\t{%1, %0|%0, %1}";
|
||||
else
|
||||
@ -2610,14 +2610,14 @@
|
||||
to stack may result in unaligned memory access. */
|
||||
if (misaligned_operand (operands[0], TImode)
|
||||
|| misaligned_operand (operands[1], TImode))
|
||||
{
|
||||
{
|
||||
if (get_attr_mode (insn) == MODE_V4SF)
|
||||
return "%vmovups\t{%1, %0|%0, %1}";
|
||||
else
|
||||
return "%vmovdqu\t{%1, %0|%0, %1}";
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
if (get_attr_mode (insn) == MODE_V4SF)
|
||||
return "%vmovaps\t{%1, %0|%0, %1}";
|
||||
else
|
||||
@ -5150,8 +5150,8 @@
|
||||
|
||||
/* Avoid store forwarding (partial memory) stall penalty
|
||||
by passing DImode value through XMM registers. */
|
||||
if (<SSEMODEI24:MODE>mode == DImode && !TARGET_64BIT
|
||||
&& TARGET_80387 && TARGET_SSE2 && TARGET_INTER_UNIT_MOVES
|
||||
if (<SSEMODEI24:MODE>mode == DImode && !TARGET_64BIT
|
||||
&& TARGET_80387 && TARGET_SSE2 && TARGET_INTER_UNIT_MOVES
|
||||
&& optimize_function_for_speed_p (cfun))
|
||||
{
|
||||
emit_insn (gen_floatdi<X87MODEF:mode>2_i387_with_xmm (operands[0],
|
||||
|
Loading…
Reference in New Issue
Block a user