mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 06:24:57 +00:00
[mips] Simplify code.
No intended functionality changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -711,10 +711,7 @@ void
|
|||||||
MipsTargetLowering::ReplaceNodeResults(SDNode *N,
|
MipsTargetLowering::ReplaceNodeResults(SDNode *N,
|
||||||
SmallVectorImpl<SDValue> &Results,
|
SmallVectorImpl<SDValue> &Results,
|
||||||
SelectionDAG &DAG) const {
|
SelectionDAG &DAG) const {
|
||||||
SDValue Res = LowerOperation(SDValue(N, 0), DAG);
|
return LowerOperationWrapper(N, Results, DAG);
|
||||||
|
|
||||||
for (unsigned I = 0, E = Res->getNumValues(); I != E; ++I)
|
|
||||||
Results.push_back(Res.getValue(I));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SDValue MipsTargetLowering::
|
SDValue MipsTargetLowering::
|
||||||
|
Reference in New Issue
Block a user