mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93d88192a2
commit
7424d9321e
@ -1871,7 +1871,7 @@ SDValue R600TargetLowering::PerformDAGCombine(SDNode *N,
|
||||
SelectCC.getOperand(0), // LHS
|
||||
SelectCC.getOperand(1), // RHS
|
||||
DAG.getConstant(-1, MVT::i32), // True
|
||||
DAG.getConstant(0, MVT::i32), // Flase
|
||||
DAG.getConstant(0, MVT::i32), // False
|
||||
SelectCC.getOperand(4)); // CC
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user