aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/VMCore/AsmWriter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp
index 316baf124f..5b4ad43d10 100644
--- a/lib/VMCore/AsmWriter.cpp
+++ b/lib/VMCore/AsmWriter.cpp
@@ -6,9 +6,6 @@
// LLVM code, because of of the primary uses of it is for debugging
// transformations.
//
-// TODO: print out the type name instead of the full type if a particular type
-// is in the symbol table...
-//
//===----------------------------------------------------------------------===//
#include "llvm/Assembly/CachedWriter.h"