forked from OSchip/llvm-project
parent
5a913d61e3
commit
ba21b7d57a
|
@ -374,11 +374,8 @@ unsigned FunctionLoweringInfo::CreateRegForValue(const Value *V) {
|
|||
/// larger then ValueVT then AssertOp can be used to specify whether the extra
|
||||
/// bits are known to be zero (ISD::AssertZext) or sign extended from ValueVT
|
||||
/// (ISD::AssertSext).
|
||||
static SDValue getCopyFromParts(SelectionDAG &DAG,
|
||||
const SDValue *Parts,
|
||||
unsigned NumParts,
|
||||
MVT PartVT,
|
||||
MVT ValueVT,
|
||||
static SDValue getCopyFromParts(SelectionDAG &DAG, const SDValue *Parts,
|
||||
unsigned NumParts, MVT PartVT, MVT ValueVT,
|
||||
ISD::NodeType AssertOp = ISD::DELETED_NODE) {
|
||||
assert(NumParts > 0 && "No parts to assemble!");
|
||||
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
|
||||
|
|
Loading…
Reference in New Issue