1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fixed comment.

llvm-svn: 6072
This commit is contained in:
Joel Stanley 2003-05-10 01:56:42 +00:00
parent c2861218f5
commit 14866a103c

View File

@ -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 = "",