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

From-SVN: r53454
This commit is contained in:
Jan Hubicka 2002-05-14 12:46:27 +02:00 committed by Jan Hubicka
parent a12f97f0b3
commit b18b06ed94
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue May 14 12:38:30 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.md (testsi to testqi_zext_1 splitter): Fix typo.
2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/install.texi: Remove special markup originally required for

View File

@ -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)