mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-17 00:50:58 +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:
parent
7fac0ef71c
commit
13ec4812fc
@ -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
Block a user