Commits

Joe Groff committed a33ab2ee164
SIL: Verify DowncastInsts harder. Doug found that the verifier would admit a DowncastInst that took an lvalue as the input, which is bogus. Refine the verifier rules for DowncastInst so it only admits class rvalues and destination types. Swift SVN r4685