diff options
author | Chris Lattner <sabre@nondot.org> | 2002-04-28 21:45:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-04-28 21:45:02 +0000 |
commit | 1d7f38d15e245361ae4075e49d7f21c12f635f04 (patch) | |
tree | d2ddbe7c5e06cb61765f972a606fae81f77b4b8a /llvm/lib/VMCore | |
parent | f12cc842b3a4de395fdf19ca25d9fa972ac67eea (diff) | |
download | bcm5719-llvm-1d7f38d15e245361ae4075e49d7f21c12f635f04.tar.gz bcm5719-llvm-1d7f38d15e245361ae4075e49d7f21c12f635f04.zip |
Todo has been implemented, remove it
llvm-svn: 2387
Diffstat (limited to 'llvm/lib/VMCore')
-rw-r--r-- | llvm/lib/VMCore/AsmWriter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp index 316baf124fa..5b4ad43d107 100644 --- a/llvm/lib/VMCore/AsmWriter.cpp +++ b/llvm/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" |