Commits

Joe Groff committed 4397944ea59
Runtime: Fix swift_dynamicCast. The "Kind" field for class metadata is an isa pointer and not a member of MetadataKind, and so the switch in swift_dynamicCast was falling out and casting to an uninitialized pointer. Guard Metadata behind some accessor methods that do the right thing and update dynamicCast. Swift SVN r4525