minor comment tweaks
authorChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 19:07:06 +0000 (19:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 19:07:06 +0000 (19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10741 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/Writer.cpp

index 09fd667e1934ff9f0e80881efa371a099d0a2d99..570e17fa46b88a3198072ea3286bf966aa216113 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Writer.cpp - Library for writing VM bytecode files ----------------===//
+//===-- Writer.cpp - Library for writing LLVM bytecode files --------------===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
 // didn't use a vector because the stream could end up very large and copying
 // the whole thing to reallocate would be kinda silly.
 //
-// Note that the performance of this library is not terribly important, because
-// it shouldn't be used by JIT type applications... so it is not a huge focus
-// at least.  :)
-//
 //===----------------------------------------------------------------------===//
 
 #include "WriterInternals.h"