mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Verify commit access in fixing typo
llvm-svn: 342538
This commit is contained in:
parent
bee9d3738b
commit
1697eec17c
@ -273,7 +273,7 @@ void AArch64Subtarget::mirFileLoaded(MachineFunction &MF) const {
|
||||
// We usually compute max call frame size after ISel. Do the computation now
|
||||
// if the .mir file didn't specify it. Note that this will probably give you
|
||||
// bogus values after PEI has eliminated the callframe setup/destroy pseudo
|
||||
// instructions, specify explicitely if you need it to be correct.
|
||||
// instructions, specify explicitly if you need it to be correct.
|
||||
MachineFrameInfo &MFI = MF.getFrameInfo();
|
||||
if (!MFI.isMaxCallFrameSizeComputed())
|
||||
MFI.computeMaxCallFrameSize(MF);
|
||||
|
Loading…
x
Reference in New Issue
Block a user