[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 10 13:08:00 PST 2004
Changes in directory llvm/lib/Bytecode/Writer:
Writer.cpp updated: 1.47 -> 1.48
---
Log message:
minor comment tweaks
---
Diffs of the changes: (+1 -5)
Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.47 llvm/lib/Bytecode/Writer/Writer.cpp:1.48
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.47 Sat Jan 10 12:49:43 2004
+++ llvm/lib/Bytecode/Writer/Writer.cpp Sat Jan 10 13:07:06 2004
@@ -1,4 +1,4 @@
-//===-- Writer.cpp - Library for writing VM bytecode files ----------------===//
+//===-- Writer.cpp - Library for writing LLVM bytecode files --------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -19,10 +19,6 @@
// "append" speed, plus the free "seek"/replace in the middle of the stream. I
// 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. :)
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list