mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Oops. Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bcee3602e
commit
189d01e8cc
@ -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…
x
Reference in New Issue
Block a user