aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-28 21:45:02 +0000
committerChris Lattner <sabre@nondot.org>2002-04-28 21:45:02 +0000
commit9d73279ec8b38732bc1cfc3921de4949606cd0bf (patch)
tree59893196b8d2008d2761e894a4fc3eeb83a349fe /lib
parent97e52e43361e77963145b95a576db11b4d14d309 (diff)
Todo has been implemented, remove it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2387 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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"