|
2 | 2 | //
|
3 | 3 | // This source file is part of the Swift.org open source project
|
4 | 4 | //
|
5 |
| -// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors |
| 5 | +// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors |
6 | 6 | // Licensed under Apache License v2.0 with Runtime Library Exception
|
7 | 7 | //
|
8 | 8 | // See https://swift.org/LICENSE.txt for license information
|
@@ -191,6 +191,9 @@ PASS(GenericSpecializer, "generic-specializer",
|
191 | 191 | "Generic Function Specialization on Static Types")
|
192 | 192 | PASS(ExistentialSpecializer, "existential-specializer",
|
193 | 193 | "Existential Specializer")
|
| 194 | +PASS(SILSkippingChecker, "check-sil-skipping", |
| 195 | + "Utility pass to ensure -experimental-skip-*-function-bodies skip " |
| 196 | + "SIL generation of not-to-be-serialized functions entirely") |
194 | 197 | PASS(GlobalOpt, "global-opt",
|
195 | 198 | "SIL Global Optimization")
|
196 | 199 | PASS(GlobalPropertyOpt, "global-property-opt",
|
@@ -345,9 +348,6 @@ PASS(SerializeSILPass, "serialize-sil",
|
345 | 348 | "Utility pass. Serializes the current SILModule")
|
346 | 349 | PASS(CMOSerializeSILPass, "cmo-serialize-sil",
|
347 | 350 | "Utility pass. Serializes the current SILModule for cross-module-optimization")
|
348 |
| -PASS(NonInlinableFunctionSkippingChecker, "check-non-inlinable-function-skipping", |
349 |
| - "Utility pass to ensure -experimental-skip-non-inlinable-function-bodies " |
350 |
| - "skips everything it should") |
351 | 351 | PASS(YieldOnceCheck, "yield-once-check",
|
352 | 352 | "Check correct usage of yields in yield-once coroutines")
|
353 | 353 | PASS(OSLogOptimization, "os-log-optimization", "Optimize os log calls")
|
|
0 commit comments