Typo spotted. (was: i386 ashlsi3 improvements)

Hans-Peter Nilsson hp@bitrange.com
Tue Mar 9 14:00:00 GMT 1999


I guess this was more what was intended.
(Complete patch with ChangeLog for reasons of convention only.)

Tue Mar  9 22:45:43 1999  Hans-Peter Nilsson  <hp@bitrange.com>

	* config/i386/i386.md [ashlhi3 - 2]: Fix typo in last change.

Index: gcc/config/i386/i386.md
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/i386/i386.md,v
retrieving revision 1.52
diff -p -c -r1.52 i386.md
*** i386.md	1999/03/09 01:09:52	1.52
--- i386.md	1999/03/09 21:47:54
*************** byte_xor_operation:
*** 4907,4913 ****
     (set (match_dup 0) (ashift:SI (match_dup 0) (match_dup 3)))]
    "
  {
!   operands[3] = GEN_INT (INTVAL (operands[2] - 3));
    operands[2] = GEN_INT (3);
  }")
  
--- 4907,4913 ----
     (set (match_dup 0) (ashift:SI (match_dup 0) (match_dup 3)))]
    "
  {
!   operands[3] = GEN_INT (INTVAL (operands[2]) - 3);
    operands[2] = GEN_INT (3);
  }")
  

brgds, H-P



More information about the Gcc-patches mailing list