projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c82b9
)
Fix doxygen comment
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 28 Sep 2004 16:57:46 +0000
(16:57 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 28 Sep 2004 16:57:46 +0000
(16:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16542
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Bytecode/Reader/Reader.cpp
patch
|
blob
|
history
diff --git
a/lib/Bytecode/Reader/Reader.cpp
b/lib/Bytecode/Reader/Reader.cpp
index d44003c73a1edc3e8e4c58f285e6912636665202..293b90822632ce27b926a3651bbdc57f165f8757 100644
(file)
--- a/
lib/Bytecode/Reader/Reader.cpp
+++ b/
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
Arg
s vector.
+/// the instruction are provided in the \p
Oprnd
s vector.
void BytecodeReader::ParseInstruction(std::vector<unsigned> &Oprnds,
BasicBlock* BB) {
BufPtr SaveAt = At;