Remove sil option flags that are no longer needed.

Swift SVN r25828
This commit is contained in:
Michael Gottesman
2015-03-07 02:31:52 +00:00
parent b3e0264e08
commit e40f01c9ed
4 changed files with 1 additions and 14 deletions

View File

@@ -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;