Skip to content

Commit 7d89ed8

Browse files
MacDuehazzlim
andauthored
Update llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Co-authored-by: Hari Limaye <[email protected]>
1 parent 23592c4 commit 7d89ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
// aarch64-stack-hazard-size is added between GPR and FPR CSRs. Another is added
132132
// to the stack objects section, and stack objects are sorted so that FPR >
133133
// Hazard padding slot > GPRs (where possible). Unfortunately some things are
134-
// not handled well (VLA area, arguments on the stack, object with both GPR and
134+
// not handled well (VLA area, arguments on the stack, objects with both GPR and
135135
// FPR accesses), but if those are controlled by the user then the entire stack
136136
// frame becomes GPR at the start/end with FPR in the middle, surrounded by
137137
// Hazard padding.

0 commit comments

Comments
 (0)