Commit b18b06ed by Jan Hubicka Committed by Jan Hubicka

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

From-SVN: r53454
parent a12f97f0
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment