summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/Reader.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-28 16:57:46 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-28 16:57:46 +0000
commit349717934a1ed8bc43af27abb25b6cfa497e4a7e (patch)
treec42cb3758e622d9a306a9cc2c6241a4b11ede9c8 /llvm/lib/Bytecode/Reader/Reader.cpp
parent99d3deee1c77f4a074207c18b320c9f59bb5b8a5 (diff)
downloadbcm5719-llvm-349717934a1ed8bc43af27abb25b6cfa497e4a7e.tar.gz
bcm5719-llvm-349717934a1ed8bc43af27abb25b6cfa497e4a7e.zip
Fix doxygen comment
llvm-svn: 16542
Diffstat (limited to 'llvm/lib/Bytecode/Reader/Reader.cpp')
-rw-r--r--llvm/lib/Bytecode/Reader/Reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Reader/Reader.cpp b/llvm/lib/Bytecode/Reader/Reader.cpp
index d44003c73a1..293b9082263 100644
--- a/llvm/lib/Bytecode/Reader/Reader.cpp
+++ b/llvm/lib/Bytecode/Reader/Reader.cpp
@@ -547,7 +547,7 @@ void BytecodeReader::insertArguments(Function* F) {
/// 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;
OpenPOWER on IntegriCloud