mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Fixed comment.
llvm-svn: 6072
This commit is contained in:
parent
c2861218f5
commit
14866a103c
@ -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 = "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user