aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-03-29 19:10:41 +0000
committerTed Kremenek <kremenek@apple.com>2010-03-29 19:10:41 +0000
commita1d2d397d64a9791f609532c995ad3eb9158d203 (patch)
treee6de8e307d04f072b62d18a4fc402d74a00c13fc /lib/CodeGen/CGDebugInfo.h
parent590838badd46e0559a6b709857fb87530e546276 (diff)
Remove FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99828 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.h')
-rw-r--r--lib/CodeGen/CGDebugInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGDebugInfo.h b/lib/CodeGen/CGDebugInfo.h
index 3a9a4cc12b..9b10aba90e 100644
--- a/lib/CodeGen/CGDebugInfo.h
+++ b/lib/CodeGen/CGDebugInfo.h
@@ -52,7 +52,6 @@ class CGDebugInfo {
unsigned FwdDeclCount;
/// TypeCache - Cache of previously constructed Types.
- // FIXME: Eliminate this map. Be careful of iterator invalidation.
llvm::DenseMap<void *, llvm::WeakVH> TypeCache;
bool BlockLiteralGenericSet;