We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c0ff3 commit 95c088dCopy full SHA for 95c088d
lib/Backend/arm64/LowerMD.cpp
@@ -1032,7 +1032,7 @@ class ARM64StackLayout
1032
BitVector SavedRegisters() const { return m_savedRegisters; }
1033
BitVector SavedDoubles() const { return m_savedDoubles; }
1034
1035
- // Locals area sits right after space allocated for argments
+ // Locals area sits right after space allocated for arguments
1036
ULONG LocalsOffset() const { return this->m_argSlotCount * MachRegInt; }
1037
ULONG LocalsSize() const { return this->m_localsArea; }
1038
0 commit comments