Add 'const' to getter function.

llvm-svn: 112984
This commit is contained in:
Jim Grosbach 2010-09-03 18:17:16 +00:00
parent 35fafca587
commit 0d5372679c
1 changed files with 1 additions and 1 deletions

View File

@ -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