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:
Nico Weber 2015-03-25 22:34:16 +00:00
parent 93d88192a2
commit 7424d9321e

View File

@ -1871,7 +1871,7 @@ SDValue R600TargetLowering::PerformDAGCombine(SDNode *N,
SelectCC.getOperand(0), // LHS SelectCC.getOperand(0), // LHS
SelectCC.getOperand(1), // RHS SelectCC.getOperand(1), // RHS
DAG.getConstant(-1, MVT::i32), // True DAG.getConstant(-1, MVT::i32), // True
DAG.getConstant(0, MVT::i32), // Flase DAG.getConstant(0, MVT::i32), // False
SelectCC.getOperand(4)); // CC SelectCC.getOperand(4)); // CC
break; break;