Commits

Joe Groff committed edb2c0c4110
Runtime: Handle dynamic casts to AnyObject. We can't do existential casts generally yet, but we can at least handle class-to-AnyObject casts, which come up in array bridging. Fixes <rdar://problem/16898943>. Swift SVN r18033