Commit 406df25c by Diego Novillo Committed by Diego Novillo

i386.md (*movsi_or): Switch operand order for intel syntax.

2000-10-15  Diego Novillo  <dnovillo@cygnus.com>

	* i386.md (*movsi_or): Switch operand order for intel syntax.

From-SVN: r36882
parent be1db873
......@@ -6,6 +6,10 @@
* rtlanal.c (may_trap_p): Check operand modes of COMPARE.
2000-10-15 Diego Novillo <dnovillo@cygnus.com>
* i386.md (*movsi_or): Switch operand order for intel syntax.
2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
* PROBLEMS: Remove.
......
......@@ -1569,7 +1569,7 @@
"*
{
operands[1] = constm1_rtx;
return \"or{l}\\t{%1, %0|%1, %0}\";
return \"or{l}\\t{%1, %0|%0, %1}\";
}"
[(set_attr "type" "alu1")
(set_attr "mode" "SI")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment