Fix doxygen comment

llvm-svn: 16542
This commit is contained in:
Misha Brukman 2004-09-28 16:57:46 +00:00
parent 99d3deee1c
commit 349717934a
1 changed files with 1 additions and 1 deletions

View File

@ -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;