mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Add comments on the literal value used.
llvm-svn: 162805
This commit is contained in:
@@ -14128,7 +14128,7 @@ static SDValue checkFlaggedOrCombine(SDValue Or, X86::CondCode &CC,
|
||||
Opnds.push_back(I->getOperand(0));
|
||||
Opnds.push_back(I->getOperand(1));
|
||||
// Re-evaluate the number of nodes to be traversed.
|
||||
e += 2;
|
||||
e += 2; // 2 more nodes (LHS and RHS) are pushed.
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user