From: Ted Kremenek Date: Mon, 29 Mar 2010 19:10:41 +0000 (+0000) Subject: Remove FIXME comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1d2d397d64a9791f609532c995ad3eb9158d203;p=clang Remove FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99828 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 TypeCache; bool BlockLiteralGenericSet;