diff options
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 9352505a96d..07d5b54b3d9 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -57,7 +57,7 @@ private: typedef llvm::IRBuilder<> BuilderType; /// CompileUnitCache - Cache of previously constructed CompileUnits. - std::map<unsigned, llvm::CompileUnitDesc *> CompileUnitCache; + std::map<const FileEntry*, llvm::CompileUnitDesc *> CompileUnitCache; /// TypeCache - Cache of previously constructed Types. std::map<void *, llvm::TypeDesc *> TypeCache; |