summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-20 17:34:22 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-20 17:34:22 +0000
commit7e75cabba0a55972c8353b449f20159eb38abeb9 (patch)
tree1c19859997a05dfc56a0eb2af71e2aa29ee148d8 /include/llvm/CodeGen
parentf29140106f74d15ba357aa0a7f109adc939c3104 (diff)
downloadllvm-7e75cabba0a55972c8353b449f20159eb38abeb9.tar.gz
llvm-7e75cabba0a55972c8353b449f20159eb38abeb9.tar.bz2
llvm-7e75cabba0a55972c8353b449f20159eb38abeb9.tar.xz
Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h
index f8bf14ab01..7d75c2d5c2 100644
--- a/include/llvm/CodeGen/MachineFrameInfo.h
+++ b/include/llvm/CodeGen/MachineFrameInfo.h
@@ -235,6 +235,7 @@ public:
LocalFrameSize = 0;
LocalFrameBaseOffset = 0;
LocalFrameMaxAlign = 0;
+ UseLocalStackAllocationBlock = false;
}
/// hasStackObjects - Return true if there are any stack objects in this