[llvm-commits] CVS: llvm/lib/Bytecode/Reader/Reader.cpp
Misha Brukman
brukman at cs.uiuc.edu
Tue Sep 28 09:57:57 PDT 2004
Changes in directory llvm/lib/Bytecode/Reader:
Reader.cpp updated: 1.131 -> 1.132
---
Log message:
Fix doxygen comment
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Bytecode/Reader/Reader.cpp
diff -u llvm/lib/Bytecode/Reader/Reader.cpp:1.131 llvm/lib/Bytecode/Reader/Reader.cpp:1.132
--- llvm/lib/Bytecode/Reader/Reader.cpp:1.131 Mon Sep 27 11:59:06 2004
+++ llvm/lib/Bytecode/Reader/Reader.cpp Tue Sep 28 11:57:46 2004
@@ -547,7 +547,7 @@
/// This method parses a single instruction. The instruction is
/// inserted at the end of the \p BB provided. The arguments of
-/// the instruction are provided in the \p Args vector.
+/// the instruction are provided in the \p Oprnds vector.
void BytecodeReader::ParseInstruction(std::vector<unsigned> &Oprnds,
BasicBlock* BB) {
BufPtr SaveAt = At;
More information about the llvm-commits
mailing list