mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
One more bit of Altivec parameter passing.
llvm-svn: 48269
This commit is contained in:
parent
192ff9b2d3
commit
19b4c2dfaf
@ -1535,9 +1535,11 @@ PPCTargetLowering::LowerFORMAL_ARGUMENTS(SDOperand Op,
|
||||
}
|
||||
++VR_idx;
|
||||
} else {
|
||||
// This should be simple, but requires getting 16-byte aligned stack
|
||||
// values.
|
||||
assert(0 && "Loading VR argument not implemented yet!");
|
||||
// Stack offset is aligned.
|
||||
while (ArgOffset % 16 !=0) {
|
||||
ArgOffset += PtrByteSize;
|
||||
}
|
||||
ArgOffset += 16;
|
||||
needsLoad = true;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user