mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Needed to make sure that global initializers are not optimized in mid-level SIL while other functions are still in high-level SIL. Having the StringOptimization not in high-level SIL was just a mistake in my earlier PR.