This reverts commit r234460 and r234461.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Apr 2015 15:54:59 +0000 (15:54 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 9 Apr 2015 15:54:59 +0000 (15:54 +0000)
commita93117c50ddde711a85bdd9f1f67a529e05d4224
treefa27cc8024c22b977273c3a71e3327a22ef43d39
parent28c2fda9dfa59cead3380a4448e858a5317e23e2
This reverts commit r234460 and r234461.

Revert "Add classof implementations to the raw_ostream classes."
Revert "Use the cast machinery to remove dummy uses of formatted_raw_ostream."

The underlying issue can be fixed without classof.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234495 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/MC/MCLinkerOptimizationHint.h
include/llvm/Support/FormattedStream.h
include/llvm/Support/circular_raw_ostream.h
include/llvm/Support/raw_os_ostream.h
include/llvm/Support/raw_ostream.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/LTO/LTOCodeGenerator.cpp
lib/Support/Debug.cpp
lib/Support/raw_ostream.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/TargetMachineC.cpp
tools/gold/gold-plugin.cpp