From: Jan Hubicka Date: Tue, 14 May 2002 10:46:27 +0000 (+0200) Subject: * i386.md (testsi to testqi_zext_1 splitter): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b18b06ed94a72e66112c0089115f4628eb697721;p=gcc.git * i386.md (testsi to testqi_zext_1 splitter): Fix typo. From-SVN: r53454 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 950b531f4f4..bbc9de9006b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue May 14 12:38:30 CEST 2002 Jan Hubicka + + * i386.md (testsi to testqi_zext_1 splitter): Fix typo. + 2002-05-14 Gerald Pfeifer * doc/install.texi: Remove special markup originally required for diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index ba938553105..e4863185b5e 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -7722,7 +7722,7 @@ (match_dup 1)) (const_int 0)))] "operands[0] = gen_lowpart (SImode, operands[0]); - operands[1] = gen_int_mode (INTVAL (operands[1]) >> 8, QImode);") + operands[1] = gen_int_mode (INTVAL (operands[1]) >> 8, SImode);") (define_split [(set (reg 17)