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
This commit is contained in:
Kazu Hirata 2004-02-06 13:25:46 +00:00 committed by Kazu Hirata
parent c5dd98f3ec
commit eb457a7a07
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

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