SIL: Remove EnableGuaranteedClosureContext now that it is the default

This commit is contained in:
Arnold Schwaighofer
2017-11-20 11:46:12 -08:00
parent a550042391
commit 3e04f21a41
12 changed files with 30 additions and 71 deletions

View File

@@ -1302,8 +1302,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
Opts.UseProfile = ProfileUse ? ProfileUse->getValue() : "";
Opts.EmitProfileCoverageMapping |= Args.hasArg(OPT_profile_coverage_mapping);
Opts.EnableGuaranteedClosureContexts |=
Args.hasArg(OPT_enable_guaranteed_closure_contexts);
Opts.DisableSILPartialApply |=
Args.hasArg(OPT_disable_sil_partial_apply);
Opts.EnableSILOwnership |= Args.hasArg(OPT_enable_sil_ownership);