mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 03:20:27 +08:00
* config/i386/i386.md: Fix typo in comment.
From-SVN: r173363
This commit is contained in:
parent
662c03f460
commit
5b56b9d2e7
@ -2001,13 +2001,13 @@
|
||||
case TYPE_SSEMOV:
|
||||
if (get_attr_mode (insn) == MODE_TI)
|
||||
return "%vmovdqa\t{%1, %0|%0, %1}";
|
||||
/* Handle broken assemblers that reqire movd instead of movq. */
|
||||
/* Handle broken assemblers that require movd instead of movq. */
|
||||
if (GENERAL_REG_P (operands[0]) || GENERAL_REG_P (operands[1]))
|
||||
return "%vmovd\t{%1, %0|%0, %1}";
|
||||
return "%vmovq\t{%1, %0|%0, %1}";
|
||||
|
||||
case TYPE_MMXMOV:
|
||||
/* Handle broken assemblers that reqire movd instead of movq. */
|
||||
/* Handle broken assemblers that require movd instead of movq. */
|
||||
if (GENERAL_REG_P (operands[0]) || GENERAL_REG_P (operands[1]))
|
||||
return "movd\t{%1, %0|%0, %1}";
|
||||
return "movq\t{%1, %0|%0, %1}";
|
||||
@ -3020,7 +3020,7 @@
|
||||
|
||||
case 11:
|
||||
case 12:
|
||||
/* Handle broken assemblers that reqire movd instead of movq. */
|
||||
/* Handle broken assemblers that require movd instead of movq. */
|
||||
return "%vmovd\t{%1, %0|%0, %1}";
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user