Commits

Slava Pestov committed 8e179d646ea
IRGen: get unchecked_ref_cast working with class existential operand There was some duplicated code and we weren't doing a claimAll() on the input explosion in one of the duplicates. This partially reverts r28686, but keeping the test and updating it. Fixes <rdar://problem/21005110>. Swift SVN r28840