mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Typo.
llvm-svn: 43511
This commit is contained in:
parent
9365affecc
commit
1fef4e369a
@ -2771,7 +2771,7 @@ SDOperand DAGCombiner::visitZERO_EXTEND(SDNode *N) {
|
||||
if (SOp == Trunc)
|
||||
Ops.push_back(ExtLoad);
|
||||
else
|
||||
Ops.push_back(DAG.getNode(ISD::SIGN_EXTEND, VT, SOp));
|
||||
Ops.push_back(DAG.getNode(ISD::ZERO_EXTEND, VT, SOp));
|
||||
}
|
||||
Ops.push_back(SetCC->getOperand(2));
|
||||
CombineTo(SetCC, DAG.getNode(ISD::SETCC, SetCC->getValueType(0),
|
||||
|
Loading…
Reference in New Issue
Block a user