Commits

Joe Groff committed 0540da70e21
Replace an 'as T' hack with a 'reinterpretCast' hack. The runtime implementation of 'as T' freaks out in cases involving protocols. This is an expedient workaround that fixes <rdar://problem/16950035>. Swift SVN r18263