mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
There's a buggy SIL verifier check that was previously tautological, and it turns out that it's violated, apparently harmlessly. Since it was already doing nothing, I've commented it out temporarily while I figure out the right way to fix SILGen to get the invariant right.