]> granicus.if.org Git - clang/commitdiff
Remove FIXME comment.
authorTed Kremenek <kremenek@apple.com>
Mon, 29 Mar 2010 19:10:41 +0000 (19:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 29 Mar 2010 19:10:41 +0000 (19:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99828 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.h

index 3a9a4cc12b997256932c3fb88a2c10682104042d..9b10aba90ee592d5b51d02da37861754b81f3445 100644 (file)
@@ -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;