X86ISD::TEST is dead.

llvm-svn: 42037
This commit is contained in:
Evan Cheng 2007-09-17 17:42:53 +00:00
parent 9a1b882091
commit d7742e7939

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.