mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Originally, `FunctionWorklist` was a private utility in MandatoryPerformanceOptimizations. Moved this to `Worklist.swift` to make it generally available. Also, simplify the `pop()` function which changes the popping order - therefore some test changes were necessary.