Commits

Joe Groff committed 343f35a81cc
Runtime: Make sure the superclass of a class is realized before we instantiate it. Fixes a crash when some programs were run in JIT mode; they instantiated a JITed class before the ObjC subclass was realized. Send a message to super to realize the class before we try to readClassPair it. Fixes rdar://problem/19170232. Swift SVN r23825