mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix doxygen comment
llvm-svn: 16542
This commit is contained in:
parent
c07c76aa75
commit
a31e841080
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user