mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 00:14:20 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc28bd43d3
commit
941ff5818b
@ -283,7 +283,7 @@ bool X86RegisterInfo::needsStackRealignment(const MachineFunction &MF) const {
|
|||||||
|
|
||||||
// FIXME: Currently we don't support stack realignment for functions with
|
// FIXME: Currently we don't support stack realignment for functions with
|
||||||
// variable-sized allocas
|
// variable-sized allocas
|
||||||
return (MFI->getMaxAlignment() &&
|
return (RealignStack &&
|
||||||
(MFI->getMaxAlignment() > StackAlign &&
|
(MFI->getMaxAlignment() > StackAlign &&
|
||||||
!MFI->hasVarSizedObjects()));
|
!MFI->hasVarSizedObjects()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user