Fixed comment.

llvm-svn: 6072
This commit is contained in:
Joel Stanley 2003-05-10 01:56:42 +00:00
parent 3d017b8797
commit 1bf4750f8d
1 changed files with 1 additions and 1 deletions

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