mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We run GlobalOpt multiple times in the pass pipeline but in some cases object outlining shouldn't be done too early. Having it done in a separate pass enables to run it independently from GlobalOpt.