forked from OSchip/llvm-project
[mips] Simplify code.
No intended functionality changes. llvm-svn: 180807
This commit is contained in:
parent
9feda6071a
commit
9da442f506
|
@ -711,10 +711,7 @@ void
|
|||
MipsTargetLowering::ReplaceNodeResults(SDNode *N,
|
||||
SmallVectorImpl<SDValue> &Results,
|
||||
SelectionDAG &DAG) const {
|
||||
SDValue Res = LowerOperation(SDValue(N, 0), DAG);
|
||||
|
||||
for (unsigned I = 0, E = Res->getNumValues(); I != E; ++I)
|
||||
Results.push_back(Res.getValue(I));
|
||||
return LowerOperationWrapper(N, Results, DAG);
|
||||
}
|
||||
|
||||
SDValue MipsTargetLowering::
|
||||
|
|
Loading…
Reference in New Issue