mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
fix typo duncan noticed!
llvm-svn: 45459
This commit is contained in:
parent
31932a7542
commit
f3f074dfdd
@ -1291,7 +1291,7 @@ TargetLowering::SimplifySetCC(MVT::ValueType VT, SDOperand N0, SDOperand N1,
|
||||
return DAG.getConstant(0, VT);
|
||||
case 1: // Known true.
|
||||
return DAG.getConstant(1, VT);
|
||||
case 2: // undefind.
|
||||
case 2: // Undefined.
|
||||
return DAG.getNode(ISD::UNDEF, VT);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user