Skip to content

Commit 69aabdd

Browse files
Update llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
Co-authored-by: Lei Huang <[email protected]>
1 parent f7dc8a9 commit 69aabdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCFrameLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ void PPCFrameLowering::emitPrologue(MachineFunction &MF,
909909
// If the offset can not be encoded into the store instruction, we also have
910910
// to save LR here.
911911
// If we are using ROP Protection we need to save the LR here as we cannot
912-
// move the hasst instruction past the point where we get the stack frame.
912+
// move the hashst instruction past the point where we get the stack frame.
913913
if (MustSaveLR && !HasFastMFLR &&
914914
(HasSTUX || !isInt<16>(FrameSize + LROffset) || HasROPProtect))
915915
SaveLR(LROffset);

0 commit comments

Comments
 (0)