mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
@verbatim needs to be on a line by itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
914ce4508d
commit
7409cabc3e
@ -89,7 +89,9 @@ public:
|
||||
return Insert(new ReturnInst());
|
||||
}
|
||||
|
||||
/// @verbatim CreateRet - Create a 'ret <val>' instruction. @endverbatim
|
||||
/// @verbatim
|
||||
/// CreateRet - Create a 'ret <val>' instruction.
|
||||
/// @endverbatim
|
||||
ReturnInst *CreateRet(Value *V) {
|
||||
return Insert(new ReturnInst(V));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user