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]
Other format: [Raw text]

obvious i386.md fix


Hi,
I made typo in the last testsi patch.  I am installing it as obvious.

Honza

Tue May 14 12:12:15 CEST 2002  Jan Hubicka  <jh@suse.cz>

	* i386.md (testsi to testqi_zext_1 splitter): Fix typo.

Index: i386.md
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/i386.md,v
retrieving revision 1.357
diff -c -3 -p -r1.357 i386.md
*** i386.md	11 May 2002 17:16:28 -0000	1.357
--- i386.md	14 May 2002 10:10:12 -0000
***************
*** 7665,7671 ****
  		  (match_dup 1))
  	  (const_int 0)))]
    "operands[0] = gen_lowpart (SImode, operands[0]);
!    operands[1] = gen_int_mode (INTVAL (operands[1]) >> 8, QImode);")
  
  (define_split
    [(set (reg 17)
--- 7665,7671 ----
  		  (match_dup 1))
  	  (const_int 0)))]
    "operands[0] = gen_lowpart (SImode, operands[0]);
!    operands[1] = gen_int_mode (INTVAL (operands[1]) >> 8, SImode);")
  
  (define_split
    [(set (reg 17)


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