Revert my previous check-in that split up MachineModuleInfo. It turns out to
authorBill Wendling <isanbard@gmail.com>
Thu, 3 Jul 2008 22:53:42 +0000 (22:53 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 3 Jul 2008 22:53:42 +0000 (22:53 +0000)
commit10fff6078a7bc42f142c536bd55e9569253b280b
tree1cf10238cd302e50bfd8f779f541aa73e41258c9
parenta93ae711a91dd151ca4d28e4172e0de89d1594f3
Revert my previous check-in that split up MachineModuleInfo. It turns out to
slow the compiler down at -O0 some 30% or more. Ooops.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53120 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineDebugInfoDesc.h [deleted file]
include/llvm/CodeGen/MachineModuleInfo.h
lib/CodeGen/DwarfWriter.cpp
lib/CodeGen/MachineDebugInfoDesc.cpp [deleted file]
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
lib/VMCore/IntrinsicInst.cpp