From 667a68b96aad48c053d6678ee5cb6d440072e81a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 7 Jul 2008 20:59:31 +0000 Subject: Use StringMap for greater justice! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53202 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineModuleInfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/llvm/CodeGen/MachineModuleInfo.h') diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index a9567d2e25..9d98776f54 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -37,6 +37,7 @@ #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/UniqueVector.h" #include "llvm/ADT/SmallPtrSet.h" +#include "llvm/ADT/StringMap.h" #include "llvm/GlobalValue.h" #include "llvm/Pass.h" @@ -777,7 +778,7 @@ class DISerializer { DenseMap DescGlobals; // Previously defined strings. - DenseMap StringCache; + StringMap StringCache; public: DISerializer() : M(NULL), StrPtrTy(NULL), EmptyStructPtrTy(NULL), TagTypes(), -- cgit v1.2.3-18-g5258