From: Bill Wendling Date: Fri, 27 Jun 2008 01:37:37 +0000 (+0000) Subject: More cruft from revert... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=83b28890d8dc3f442a10b91b04fc59ceeec3c21f;p=oota-llvm.git More cruft from revert... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index f2a2b7b674c..63d50a9e3a4 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -87,9 +87,9 @@ public: /// into DebugInfoDesc objects. class DIDeserializer { // Previously defined gloabls. - DenseMap GlobalDescs; + std::map GlobalDescs; public: - const DenseMap &getGlobalDescs() const { + const std::map &getGlobalDescs() const { return GlobalDescs; }