mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
f2b2cd4019
Also, bail out before emitting any default argument generators in Swift 4 mode. This is NFC, because we already check the linkage of the SILDeclRef and skip it if its not public. But adding the check explicitly here serves as a reminder that this entire code block can be deleted if we ever decide to kill off Swift 3 compatibility.