This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] s390.md: Fix a typo in a pattern name.


Hi,

Committed as obvious.

Kazu Hirata

2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>

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

Index: s390.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/s390/s390.md,v
retrieving revision 1.98
diff -u -r1.98 s390.md
--- s390.md	5 Feb 2004 22:48:53 -0000	1.98
+++ s390.md	6 Feb 2004 13:22:51 -0000
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]