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:
914ce45
)
@verbatim needs to be on a line by itself.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 6 Aug 2007 17:10:29 +0000
(17:10 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 6 Aug 2007 17:10:29 +0000
(17:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40865
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/LLVMBuilder.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/LLVMBuilder.h
b/include/llvm/Support/LLVMBuilder.h
index 042db949a4b5f30cded155a371401bed169aecaf..03bc3b8f3ae49072b5d9fd3908faca92bbccf2ae 100644
(file)
--- a/
include/llvm/Support/LLVMBuilder.h
+++ b/
include/llvm/Support/LLVMBuilder.h
@@
-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));
}