1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fix typo in comment.

llvm-svn: 233226
This commit is contained in:
Nico Weber 2015-03-25 22:34:16 +00:00
parent 40f3beb387
commit de9ddb83e2

View File

@ -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;