Commits

Joe Groff committed 6e00dbf9b9e
Remove the Swift version of the demangler. This creates a regression in REPL printing for class instances, which now will print the mangled class name of the instance, since Object.className was using the Swift demangler to demangle the type name. REPL printing is getting an overhaul so I think this is OK for now. Swift SVN r6704