X86ISD::TEST is dead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-09-17 17:42:53 +00:00
parent 10814820f6
commit 7d6ff3a25d

View 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.