mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 00:36:36 +00:00
remove an extraneous (and ugly) default argument, thanks Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a0690d1b6
commit
4c55c633d9
@ -3266,8 +3266,7 @@ SDOperand RegsForValue::getCopyFromRegs(SelectionDAG &DAG,
|
||||
}
|
||||
|
||||
// Assemble the legal parts into the final value.
|
||||
return getCopyFromParts(DAG, &Parts[0], NumParts, RegVT, ValueVT,
|
||||
ISD::DELETED_NODE);
|
||||
return getCopyFromParts(DAG, &Parts[0], NumParts, RegVT, ValueVT);
|
||||
}
|
||||
|
||||
/// getCopyToRegs - Emit a series of CopyToReg nodes that copies the
|
||||
|
Loading…
Reference in New Issue
Block a user