]> granicus.if.org Git - clang/commitdiff
Initialize these values, fixing the build in cases where stack realignment
authorNick Lewycky <nicholas@mxc.ca>
Wed, 7 Dec 2011 02:33:23 +0000 (02:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 7 Dec 2011 02:33:23 +0000 (02:33 +0000)
actually occurs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146013 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Frontend/CodeGenOptions.h

index f15125e01617d159b4e75f3e18a6ee326a743bec..e6462c0844d77740aacf37b7ec499d332233b440 100644 (file)
@@ -203,6 +203,8 @@ public:
     UnwindTables = 0;
     UseRegisterSizedBitfieldAccess = 0;
     VerifyModule = 1;
+    StackRealignment = 0;
+    StackAlignment = 0;
 
     Inlining = NoInlining;
     RelocationModel = "pic";