diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-10 19:07:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-10 19:07:06 +0000 |
commit | b0a5964356222f295ba7b9c55a125159c2db7cbf (patch) | |
tree | e7a71d2c74e18fb87b9726a9c15e6bcc29e77cd9 /llvm/lib/Bytecode/Writer | |
parent | 94300bde9b51e5a732c3901a79291e00c926999c (diff) | |
download | bcm5719-llvm-b0a5964356222f295ba7b9c55a125159c2db7cbf.tar.gz bcm5719-llvm-b0a5964356222f295ba7b9c55a125159c2db7cbf.zip |
minor comment tweaks
llvm-svn: 10741
Diffstat (limited to 'llvm/lib/Bytecode/Writer')
-rw-r--r-- | llvm/lib/Bytecode/Writer/Writer.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/Bytecode/Writer/Writer.cpp b/llvm/lib/Bytecode/Writer/Writer.cpp index 09fd667e193..570e17fa46b 100644 --- a/llvm/lib/Bytecode/Writer/Writer.cpp +++ b/llvm/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" |