Commits

Jordan Rose committed 923b9a62018
Don't emit any check for #available of another platform. Previously we treated the * platform as checking for the minimum deployment target, but that's definitely unnecessary. There is a bit of a hack here to avoid diagnosing the 'else' branch as unreachable: if a constant true/false came from #available, ignore it.