diff options
-rw-r--r-- | include/llvm/CodeGen/MachineFrameInfo.h | 1 |
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 |