mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Fix doxygen comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90c82b9322
commit
44666b15b1
@ -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