From 9d73279ec8b38732bc1cfc3921de4949606cd0bf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 28 Apr 2002 21:45:02 +0000 Subject: [PATCH] Todo has been implemented, remove it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2387 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/AsmWriter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp index 316baf124fa..5b4ad43d107 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"