mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Instead make `findJointPostDominatingSet` a stand-alone function. There is no need to keep the temporary SmallVector alive across multiple calls of findJointPostDominatingSet for the purpose of re-using malloc'ed memory. The worklist usually contains way less elements than its small size.
12 KiB
12 KiB