From 83b28890d8dc3f442a10b91b04fc59ceeec3c21f Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 27 Jun 2008 01:37:37 +0000 Subject: [PATCH] More cruft from revert... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52809 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineModuleInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }