OSDN Git Service

2000-10-15 Diego Novillo <dnovillo@cygnus.com>
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Oct 2000 16:09:38 +0000 (16:09 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 16 Oct 2000 16:09:38 +0000 (16:09 +0000)
* i386.md (*movsi_or): Switch operand order for intel syntax.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36882 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.md

index 77dc965..b84f586 100644 (file)
@@ -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.
index 5096c1d..454432a 100644 (file)
   "*
 {
   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")