forked from OSchip/llvm-project
parent
e631996350
commit
1f09485c40
|
@ -473,7 +473,7 @@ LowerFormalArguments_32(SDValue Chain,
|
|||
auto PtrVT = getPointerTy(DAG.getDataLayout());
|
||||
|
||||
if (VA.needsCustom()) {
|
||||
assert(VA.getValVT() == MVT::f64 || MVT::v2i32);
|
||||
assert(VA.getValVT() == MVT::f64 || VA.getValVT() == MVT::v2i32);
|
||||
// If it is double-word aligned, just load.
|
||||
if (Offset % 8 == 0) {
|
||||
int FI = MF.getFrameInfo()->CreateFixedObject(8,
|
||||
|
|
Loading…
Reference in New Issue