EmitGuaranteedSelf is always on now

NFC except for removal of flag

Swift SVN r28427
This commit is contained in:
Slava Pestov
2015-05-11 18:21:37 +00:00
parent 0ad2696d79
commit fd256e70e3
11 changed files with 13 additions and 74 deletions

View File

@@ -929,7 +929,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
Opts.DebugSerialization |= Args.hasArg(OPT_sil_debug_serialization);
Opts.PrintInstCounts |= Args.hasArg(OPT_print_inst_counts);
Opts.EnableFuncSigOpts &= !Args.hasArg(OPT_disable_func_sig_opts);
Opts.EnableGuaranteedSelf |= Args.hasArg(OPT_enable_guaranteed_self);
if (const Arg *A = Args.getLastArg(OPT_external_pass_pipeline_filename))
Opts.ExternalPassPipelineFilename = A->getValue();