Skip to content

Commit 0f21d49

Browse files
committed
fixup! [ARM] Tidy up stack frame strategy code (NFC)
Fix typo
1 parent 3ed954d commit 0f21d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/ARM/ARMSubtarget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
9797
/// vpush {d8-d15}
9898
SplitR7,
9999

100-
/// When the stack frame size if now known (because of variable-sized
100+
/// When the stack frame size if not known (because of variable-sized
101101
/// objects or realignment), Windows SEH requires the callee-saved registers
102102
/// to be stored in three regions, with R11 and LR below the floating-point
103103
/// registers.

0 commit comments

Comments
 (0)