mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-12 01:41:37 +00:00
Add 'const' to getter function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f572191fe4
commit
260fbf2b57
@ -305,7 +305,7 @@ public:
|
||||
|
||||
/// getLocalFrameMaxAlign - Return the required alignment of the local
|
||||
/// object blob.
|
||||
unsigned getLocalFrameMaxAlign() { return LocalFrameMaxAlign; }
|
||||
unsigned getLocalFrameMaxAlign() const { return LocalFrameMaxAlign; }
|
||||
|
||||
/// getUseLocalStackAllocationBlock - Get whether the local allocation blob
|
||||
/// should be allocated together or let PEI allocate the locals in it
|
||||
|
Loading…
x
Reference in New Issue
Block a user