mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 13:21:30 +00:00
Oops. Typo.
llvm-svn: 25260
This commit is contained in:
parent
3f2ae15472
commit
ae2915ac91
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user