Remove FIXME comment.

llvm-svn: 99828
This commit is contained in:
Ted Kremenek 2010-03-29 19:10:41 +00:00
parent f633ba8213
commit ac031880af
1 changed files with 0 additions and 1 deletions

View 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;