Commits

Devin Coughlin committed 6a04c00f6e6
Add SILGen for UnavailableToOptionalExpr. This commit adds SILGen for references to potentially unavailable global variables. We emit .None if the global variable is not available and .Some(rvalue) if the global variable is available. I will add SILGen for references to other kinds of potentially unavailable declarations in a later commit. Swift SVN r22556