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:
fbe3ecd
)
Fixed comment.
author
Joel Stanley
<jstanley@cs.uiuc.edu>
Sat, 10 May 2003 01:56:42 +0000
(
01:56
+0000)
committer
Joel Stanley
<jstanley@cs.uiuc.edu>
Sat, 10 May 2003 01:56:42 +0000
(
01:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6072
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/iOther.h
patch
|
blob
|
history
diff --git
a/include/llvm/iOther.h
b/include/llvm/iOther.h
index 88ee4cff7cac1a08864de61dc139097cf0f43d7f..45b8db367d8e27bfd9d165e4c099cf88d8ceb308 100644
(file)
--- a/
include/llvm/iOther.h
+++ b/
include/llvm/iOther.h
@@
-53,7
+53,7
@@
public:
CallInst(Value *F, const std::vector<Value*> &Par,
const std::string &Name = "", Instruction *InsertBefore = 0);
- // Alternate CallInst ctors
; no actuals
one actual, respectively.
+ // Alternate CallInst ctors
w/ no actuals &
one actual, respectively.
CallInst(Value *F, const std::string &Name = "",
Instruction *InsertBefore = 0);
CallInst(Value *F, Value *Actual, const std::string& Name = "",