mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We need to compare the not lowered types, because function types may differ in their original version but are equal in the lowered version, e.g. ``` ((Int, Int) -> ()) (((Int, Int)) -> ()) ``` Fixes a miscompile