Commits

John McCall committed 590c25479d1
Use isa-masking to read the class object pointer from instances of Swift subclasses of ObjC classes. We were already doing this in the runtime. This patch unhides the runtime's mask word (swift_isaMask) and makes IR-gen take advantage of it when it can. Swift SVN r21592