X86ISD::TEST is dead.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 17 Sep 2007 17:42:53 +0000 (17:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 17 Sep 2007 17:42:53 +0000 (17:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42037 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.h

index 7dfc058d57c40c2ef36426e3372e6fa50f0064b2..95f95e2c83758c5e5fa31a7b25b38bda6ebf4256 100644 (file)
@@ -116,7 +116,7 @@ namespace llvm {
       RDTSC_DAG,
 
       /// X86 compare and logical compare instructions.
-      CMP, TEST, COMI, UCOMI,
+      CMP, COMI, UCOMI,
 
       /// X86 SetCC. Operand 1 is condition code, and operand 2 is the flag
       /// operand produced by a CMP instruction.