aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrArithmetic.td
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2012-06-03 03:14:24 +0000
committerManman Ren <mren@apple.com>2012-06-03 03:14:24 +0000
commitc73ea9102b711d6c2bfd33a86e1c07565c83ffe7 (patch)
tree93079f101950e519aa60a79497c2c935450e7412 /lib/Target/X86/X86InstrArithmetic.td
parent57ae246a6a5a2bce6997cdf1d1e41b568109a469 (diff)
downloadexternal_llvm-c73ea9102b711d6c2bfd33a86e1c07565c83ffe7.zip
external_llvm-c73ea9102b711d6c2bfd33a86e1c07565c83ffe7.tar.gz
external_llvm-c73ea9102b711d6c2bfd33a86e1c07565c83ffe7.tar.bz2
Revert r157831
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86InstrArithmetic.td')
-rw-r--r--lib/Target/X86/X86InstrArithmetic.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrArithmetic.td b/lib/Target/X86/X86InstrArithmetic.td
index c2b59b4..0eee083 100644
--- a/lib/Target/X86/X86InstrArithmetic.td
+++ b/lib/Target/X86/X86InstrArithmetic.td
@@ -1143,9 +1143,7 @@ let Uses = [EFLAGS] in {
0, 0>;
}
-let isCompare = 1 in {
defm CMP : ArithBinOp_F<0x38, 0x3A, 0x3C, "cmp", MRM7r, MRM7m, X86cmp, 0, 0>;
-}
//===----------------------------------------------------------------------===//