Initialize these values, fixing the build in cases where stack realignment

actually occurs.

llvm-svn: 146013
This commit is contained in:
Nick Lewycky 2011-12-07 02:33:23 +00:00
parent e7ab36693b
commit 7d04ad1b40
1 changed files with 2 additions and 0 deletions

View File

@ -203,6 +203,8 @@ public:
UnwindTables = 0;
UseRegisterSizedBitfieldAccess = 0;
VerifyModule = 1;
StackRealignment = 0;
StackAlignment = 0;
Inlining = NoInlining;
RelocationModel = "pic";