forked from OSchip/llvm-project
parent
021d56f948
commit
407d659fa5
|
@ -14128,7 +14128,7 @@ static SDValue checkFlaggedOrCombine(SDValue Or, X86::CondCode &CC,
|
||||||
Opnds.push_back(I->getOperand(0));
|
Opnds.push_back(I->getOperand(0));
|
||||||
Opnds.push_back(I->getOperand(1));
|
Opnds.push_back(I->getOperand(1));
|
||||||
// Re-evaluate the number of nodes to be traversed.
|
// Re-evaluate the number of nodes to be traversed.
|
||||||
e += 2;
|
e += 2; // 2 more nodes (LHS and RHS) are pushed.
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue