diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFrameInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFrameInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index b6297fab3a..dca65ef6d4 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -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 |