mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
remove the -enable-definite-init command line option. Definite init
seems to have stuck. Swift SVN r7956
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user