diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-01-21 19:45:31 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-21 19:45:31 +0000 |
commit | ec5eb161fdbdc3a411511f0c7e0cedfb6bf75e2b (patch) | |
tree | 5df6c2b053546161104e6291a1c5df87cc60c999 | |
parent | 80261b30b7eb409f1dc31ec3fa1157a7a9fef55c (diff) | |
download | bcm5719-llvm-ec5eb161fdbdc3a411511f0c7e0cedfb6bf75e2b.tar.gz bcm5719-llvm-ec5eb161fdbdc3a411511f0c7e0cedfb6bf75e2b.zip |
Also favors NOT64r.
llvm-svn: 62710
-rw-r--r-- | llvm/lib/Target/X86/X86Instr64bit.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86Instr64bit.td b/llvm/lib/Target/X86/X86Instr64bit.td index 857fbf86b29..123062c6d05 100644 --- a/llvm/lib/Target/X86/X86Instr64bit.td +++ b/llvm/lib/Target/X86/X86Instr64bit.td @@ -766,7 +766,7 @@ def SHRD64mri8 : RIi8<0xAC, MRMDestMem, // Logical Instructions... // -let isTwoAddress = 1 in +let isTwoAddress = 1 , AddedComplexity = 15 in def NOT64r : RI<0xF7, MRM2r, (outs GR64:$dst), (ins GR64:$src), "not{q}\t$dst", [(set GR64:$dst, (not GR64:$src))]>; def NOT64m : RI<0xF7, MRM2m, (outs), (ins i64mem:$dst), "not{q}\t$dst", |