From: Chris Lattner Date: Sat, 10 Jan 2004 19:07:06 +0000 (+0000) Subject: minor comment tweaks X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1499934c64d954286463e6ed054889123c9fd104;p=oota-llvm.git minor comment tweaks git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index 09fd667e193..570e17fa46b 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -1,4 +1,4 @@ -//===-- Writer.cpp - Library for writing VM bytecode files ----------------===// +//===-- Writer.cpp - Library for writing LLVM bytecode files --------------===// // // The LLVM Compiler Infrastructure // @@ -20,10 +20,6 @@ // 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"