Commits

Doug Gregor committed 9ccd1ffcc95
Make "x is T[]" for array downcasting go through checked casting. We can't actually make the "is" check any more efficient for arrays anyway, and re-using the checked casting code makes "is" work properly for arrays. More of <rdar://problem/16952771>. Swift SVN r18395