mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename -OFast to -Ofast
Swift SVN r16502
This commit is contained in:
@@ -685,7 +685,7 @@ static bool ParseSILArgs(SILOptions &Opts, ArgList &Args,
|
||||
|
||||
if (A->getOption().matches(OPT_O0)) {
|
||||
IRGenOpts.OptLevel = 0;
|
||||
} else if (A->getOption().matches(OPT_OFast)) {
|
||||
} else if (A->getOption().matches(OPT_Ofast)) {
|
||||
// Set the maximum optimization level and remove all runtime checks.
|
||||
IRGenOpts.OptLevel = MaxLevel;
|
||||
// Unchecked casts.
|
||||
|
||||
Reference in New Issue
Block a user