Todo has been implemented, remove it
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 21:45:02 +0000 (21:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 21:45:02 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2387 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/AsmWriter.cpp

index 316baf124fac50898782a4bdd9ff49d50e491c93..5b4ad43d107a333a8b041b9a65e252a362e7bd7b 100644 (file)
@@ -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"