Oops. Typo.

llvm-svn: 25260
This commit is contained in:
Evan Cheng 2006-01-13 01:06:49 +00:00
parent 3f2ae15472
commit ae2915ac91

View File

@ -1601,7 +1601,7 @@ SDOperand X86TargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
} else
addTest = true;
if (!addTest) {
if (addTest) {
CC = DAG.getConstant(X86ISD::COND_E, MVT::i8);
Cond = DAG.getNode(X86ISD::TEST, MVT::Flag, Op0, Op0);
}