mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove sil option flags that are no longer needed.
Swift SVN r25828
This commit is contained in:
@@ -48,9 +48,6 @@ public:
|
||||
/// Remove all runtime assertions during optimizations.
|
||||
bool RemoveRuntimeAsserts = false;
|
||||
|
||||
/// Controls whether the SIL ARC optimizations are run.
|
||||
bool EnableARCOptimizations = true;
|
||||
|
||||
/// Controls whether or not paranoid verification checks are run.
|
||||
bool VerifyAll = false;
|
||||
|
||||
@@ -86,9 +83,6 @@ public:
|
||||
/// Should we print out instruction counts if -print-stats is passed in?
|
||||
bool PrintInstCounts = false;
|
||||
|
||||
/// Should we optimize function signatures?
|
||||
bool EnableFuncSigOpts = true;
|
||||
|
||||
/// Should we emit self as a guaranteed parameter?
|
||||
bool EnableGuaranteedSelf = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user