Convert the EagerSpecializer pass to a function pass

Should be NFC.
This commit is contained in:
Arnold Schwaighofer
2020-07-27 13:25:54 -07:00
parent 8a45c9c62f
commit 54c758f2a1
2 changed files with 66 additions and 52 deletions

View File

@@ -10,7 +10,7 @@
// optimization passes don't run when compiling a .swiftinterface that was
// generated with -Onone.
// OPT: EagerSpecializer
// UNOPT-NOT: EagerSpecializer
// OPT: GlobalOpt
// UNOPT-NOT: GlobalOpt
public func f() {}