mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
It used to also set it for functions which are referenced from a global with a const/section attribute - even if not performance attribute was present in the whole module. This is unnecessary and can lead to worse code generation. rdar://152665294