OSDN Git Service

* config/s390/s390.md (*extendsiqi2_short_displ): Change to
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 2004 13:25:46 +0000 (13:25 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Feb 2004 13:25:46 +0000 (13:25 +0000)
*extendqisi2_short_displ.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77394 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/s390/s390.md

index a056349..dea07e5 100644 (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.
index 5ba0df0..2ee1573 100644 (file)
   "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"