diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-22 16:22:31 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-22 16:22:31 +0000 |
commit | e4cdc62b4db9e1ef823e852269b7b4847bd1daf5 (patch) | |
tree | 7f72242fd23ce4c2b02652f8fe568a0ed3703ddc | |
parent | 6da6a65842d0f2ae34aeaa51119bfdc8373e9a1f (diff) | |
download | gcc-e4cdc62b4db9e1ef823e852269b7b4847bd1daf5.tar.gz |
* i386.md (movti_rex64): Fix mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46411 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b0816e21f4..c444a3d94b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 22 18:21:25 CEST 2001 Jan Hubicka <jh@suse.cz> + + * i386.md (movti_rex64): Fix mode. + 2001-10-22 Stan Shebs <shebs@apple.com> * target.h (struct gcc_target): Add asm_out.exception_section, diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 803a0eb2664..a8a01b4874a 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -17970,8 +17970,8 @@ [(set_attr "type" "sse")]) (define_insn "*movti_rex64" - [(set (match_operand:DI 0 "nonimmediate_operand" "=r,o,mx,x") - (match_operand:DI 1 "general_operand" "riFo,riF,x,m"))] + [(set (match_operand:TI 0 "nonimmediate_operand" "=r,o,mx,x") + (match_operand:TI 1 "general_operand" "riFo,riF,x,m"))] "TARGET_64BIT && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)" "@ |