From 7e75cabba0a55972c8353b449f20159eb38abeb9 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 20 Aug 2010 17:34:22 +0000 Subject: [PATCH] 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 --- include/llvm/CodeGen/MachineFrameInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index f8bf14ab018..7d75c2d5c27 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