diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-03-29 19:10:41 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-03-29 19:10:41 +0000 |
| commit | ac031880affc08f529c1f67d891d6b64c4be44cd (patch) | |
| tree | bd8c5dc156c87295bfd243445df4bf83b938a5ee /clang/lib | |
| parent | f633ba821329d7e3c46add2e3dcca5566652dc2d (diff) | |
| download | bcm5719-llvm-ac031880affc08f529c1f67d891d6b64c4be44cd.tar.gz bcm5719-llvm-ac031880affc08f529c1f67d891d6b64c4be44cd.zip | |
Remove FIXME comment.
llvm-svn: 99828
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 3a9a4cc12b9..9b10aba90ee 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/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; |

