mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-02 01:47:06 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4d6822348
commit
fab0439c62
@ -448,8 +448,7 @@ void PPCRegisterInfo::lowerDynamicAlloc(MachineBasicBlock::iterator II) const {
|
||||
// Determine whether 64-bit pointers are used.
|
||||
bool LP64 = Subtarget.isPPC64();
|
||||
|
||||
// Determine the maximum call stack size. maxCallFrameSize may be
|
||||
// less than the minimum.
|
||||
// Get the maximum call stack size.
|
||||
unsigned maxCallFrameSize = MFI->getMaxCallFrameSize();
|
||||
// Get the total frame size.
|
||||
unsigned FrameSize = MFI->getStackSize();
|
||||
|
Loading…
x
Reference in New Issue
Block a user