Commit eb457a7a by Kazu Hirata Committed by Kazu Hirata

s390.md (*extendsiqi2_short_displ): Change to *extendqisi2_short_displ.

	* config/s390/s390.md (*extendsiqi2_short_displ): Change to
	*extendqisi2_short_displ.

From-SVN: r77394
parent c5dd98f3
2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
* config/s390/s390.md (*extendsiqi2_short_displ): Change to
*extendqisi2_short_displ.
2004-02-06 Alan Modra <amodra@bigpond.net.au>
* doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
......
......@@ -2603,7 +2603,7 @@
"lb\t%0,%1"
[(set_attr "op_type" "RXY")])
(define_insn_and_split "*extendsiqi2_short_displ"
(define_insn_and_split "*extendqisi2_short_displ"
[(set (match_operand:SI 0 "register_operand" "=d")
(sign_extend:SI (match_operand:QI 1 "s_operand" "Q")))]
"!TARGET_LONG_DISPLACEMENT"
......
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