This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] i386.md wrong operand order for movsi_or


OK to check-in?


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

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

Index: i386.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.md,v
retrieving revision 1.184
diff -d -c -p -r1.184 i386.md
*** i386.md	2000/10/12 14:03:30	1.184
--- i386.md	2000/10/15 05:57:02
***************
*** 1569,1575 ****
    "*
  {
    operands[1] = constm1_rtx;
!   return \"or{l}\\t{%1, %0|%1, %0}\";
  }"
    [(set_attr "type" "alu1")
     (set_attr "mode" "SI")
--- 1569,1575 ----
    "*
  {
    operands[1] = constm1_rtx;
!   return \"or{l}\\t{%1, %0|%0, %1}\";
  }"
    [(set_attr "type" "alu1")
     (set_attr "mode" "SI")

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]