From bf321310b19598f6151b217e160f1c05ba18f994 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sat, 28 Aug 2010 20:07:43 +0000 Subject: [PATCH] * config/ia64/ia64.md (cstorebi4): Fix thinko. From-SVN: r163618 --- gcc/ChangeLog | 5 +++++ gcc/config/ia64/ia64.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7620cab641..9240017d820 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,9 +1,14 @@ +2010-08-28 Eric Botcazou + + * config/ia64/ia64.md (cstorebi4): Fix thinko. + 2010-08-28 Hariharan Sandanagobalane * config/picochip/picochip.c (reorder_var_tracking_notes): This function was dropping debug insns which caused PR45299. 2010-08-28 Uros Bizjak + * config/i386/sse.md (extsuffix): New code attribute. (sse4_1_v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator. diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index aa262487808..59b5b6e84cd 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -3988,7 +3988,7 @@ [(match_operand:BI 2 "register_operand" "") (match_operand:BI 3 "const_int_operand" "")]))] "" - "ia64_expand_compare (&operands[0], &operands[1], &operands[2]);") + "ia64_expand_compare (&operands[1], &operands[2], &operands[3]);") (define_expand "cstoresi4" [(set (match_operand:DI 0 "gr_register_operand" "")