diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2010-08-28 20:07:43 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-08-28 20:07:43 +0000 |
commit | bf321310b19598f6151b217e160f1c05ba18f994 (patch) | |
tree | 076dbfd82dc725bd7ab38c0c698e138cf541511c /gcc/config/ia64 | |
parent | 179ba6b8829d24d987f5e49dfcf218e7cb667784 (diff) | |
download | gcc-bf321310b19598f6151b217e160f1c05ba18f994.zip gcc-bf321310b19598f6151b217e160f1c05ba18f994.tar.gz gcc-bf321310b19598f6151b217e160f1c05ba18f994.tar.bz2 |
* config/ia64/ia64.md (cstorebi4): Fix thinko.
From-SVN: r163618
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/ia64.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index aa26248..59b5b6e 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" "") |