Commits

Joe Groff committed b4224acafb2
SILGen: Only specialize 'is' patterns one type at a time. This simplifies the cleanup juggling we have to do, making it easier to get to the fix for rdar://problem/21087371. NFC yet (since emitting casts one at a time is equivalent to pretending we emit them simultaneously like we were). Swift SVN r29277