mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Remove an unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33396 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3a1c9532e
commit
70cfa88944
@ -292,7 +292,6 @@ void PEI::calculateFrameObjectOffsets(MachineFunction &Fn) {
|
||||
// Loop over all of the stack objects, assigning sequential addresses...
|
||||
MachineFrameInfo *FFI = Fn.getFrameInfo();
|
||||
|
||||
unsigned StackAlignment = TFI.getStackAlignment();
|
||||
unsigned MaxAlign = 0;
|
||||
|
||||
// Start at the beginning of the local area.
|
||||
|
Loading…
Reference in New Issue
Block a user