mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* rename "Name" to "Description" in the pass definition, because it's not really the pass name, but the description of a pass * remove the getName() from Transforms (which actually returned the description of a pass) * in debug printing, print the pass ID and not the pass description. It makes it easier to correlate the debug output to the actual pass implementation. * remove the iteration numbering in the pass manager, because we only run a single iteration anyway.
1.5 KiB
1.5 KiB