diff options
| author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-29 09:27:46 +0000 |
|---|---|---|
| committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-29 09:27:46 +0000 |
| commit | 1ec233b4d4996f50a660c8cbc683fa2d53f51ce5 (patch) | |
| tree | d9dc060d0d33b3016bf5e4c76243075a7669de79 | |
| parent | 35e525fb01ec55eabe60d613964911963ec2ea22 (diff) | |
| download | ppe42-gcc-1ec233b4d4996f50a660c8cbc683fa2d53f51ce5.tar.gz ppe42-gcc-1ec233b4d4996f50a660c8cbc683fa2d53f51ce5.zip | |
* i386.md (subdi3_carry_rex64): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62066 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/i386/i386.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d2502ae635..48b6d32f105 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 29 10:26:12 CET 2003 Jan Hubicka <jh@suse.cz> + + * i386.md (subdi3_carry_rex64): Fix typo. + 2003-01-28 Fariborz Jahanian <fjahanian@apple.com> * pt.c (last_pending_template) Declare GTY(). diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 3f6b079b00f..26cb0a947fc 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -6649,7 +6649,7 @@ (define_insn "subdi3_carry_rex64" [(set (match_operand:DI 0 "nonimmediate_operand" "=rm,r") (minus:DI (match_operand:DI 1 "nonimmediate_operand" "0,0") - (plus:DI (match_operand:SI 3 "ix86_carry_flag_operator" "") + (plus:DI (match_operand:DI 3 "ix86_carry_flag_operator" "") (match_operand:DI 2 "x86_64_general_operand" "re,rm")))) (clobber (reg:CC 17))] "TARGET_64BIT && ix86_binary_operator_ok (MINUS, DImode, operands)" |

