remove the -enable-definite-init command line option. Definite init

seems to have stuck.


Swift SVN r7956
This commit is contained in:
Chris Lattner
2013-09-05 20:37:41 +00:00
parent 409d7c38bb
commit dea8213ef9
6 changed files with 3 additions and 22 deletions

View File

@@ -48,9 +48,7 @@ bool swift::runSILDiagnosticPasses(SILModule &Module) {
auto &Ctx = Module.getASTContext();
performSILMandatoryInlining(&Module);
if (Ctx.LangOpts.UseDefiniteInit)
performSILMemoryPromotion(&Module);
performSILMemoryPromotion(&Module);
performSILAllocBoxToStackPromotion(&Module);
performSILStackToSSAPromotion(&Module);