mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #84704 from eeckstein/closure-specialization
ClosureSpecialization: support for OSSA and a big overhaul
This commit is contained in:
@@ -3227,9 +3227,6 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
|
||||
Opts.NoAllocations = Args.hasArg(OPT_no_allocations);
|
||||
|
||||
Opts.EnableExperimentalSwiftBasedClosureSpecialization =
|
||||
Args.hasArg(OPT_enable_experimental_swift_based_closure_specialization);
|
||||
|
||||
// If these optimizations are enabled never preserve functions for the
|
||||
// debugger.
|
||||
Opts.ShouldFunctionsBePreservedToDebugger =
|
||||
|
||||
Reference in New Issue
Block a user