diff options
| author | Bill Wendling <isanbard@gmail.com> | 2008-06-27 01:37:37 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2008-06-27 01:37:37 +0000 |
| commit | 54c3377d0150742e37c9dc67b9bade076f2a79e7 (patch) | |
| tree | 6b24dd8c01f71b1ddd91efa2e3596834f4aa856c /llvm | |
| parent | 3d92cbffc661652bf1dd29e73052824552780bfd (diff) | |
| download | bcm5719-llvm-54c3377d0150742e37c9dc67b9bade076f2a79e7.tar.gz bcm5719-llvm-54c3377d0150742e37c9dc67b9bade076f2a79e7.zip | |
More cruft from revert...
llvm-svn: 52809
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/MachineModuleInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineModuleInfo.h b/llvm/include/llvm/CodeGen/MachineModuleInfo.h index f2a2b7b674c..63d50a9e3a4 100644 --- a/llvm/include/llvm/CodeGen/MachineModuleInfo.h +++ b/llvm/include/llvm/CodeGen/MachineModuleInfo.h @@ -87,9 +87,9 @@ public: /// into DebugInfoDesc objects. class DIDeserializer { // Previously defined gloabls. - DenseMap<GlobalVariable*, DebugInfoDesc*> GlobalDescs; + std::map<GlobalVariable*, DebugInfoDesc*> GlobalDescs; public: - const DenseMap<GlobalVariable *, DebugInfoDesc *> &getGlobalDescs() const { + const std::map<GlobalVariable *, DebugInfoDesc *> &getGlobalDescs() const { return GlobalDescs; } |

