mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-24 06:30:19 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d61de35564
commit
de1631bc85
@ -2771,7 +2771,7 @@ SDOperand DAGCombiner::visitZERO_EXTEND(SDNode *N) {
|
|||||||
if (SOp == Trunc)
|
if (SOp == Trunc)
|
||||||
Ops.push_back(ExtLoad);
|
Ops.push_back(ExtLoad);
|
||||||
else
|
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));
|
Ops.push_back(SetCC->getOperand(2));
|
||||||
CombineTo(SetCC, DAG.getNode(ISD::SETCC, SetCC->getValueType(0),
|
CombineTo(SetCC, DAG.getNode(ISD::SETCC, SetCC->getValueType(0),
|
||||||
|
Loading…
Reference in New Issue
Block a user