diff options
Diffstat (limited to 'include/llvm/iOther.h')
-rw-r--r-- | include/llvm/iOther.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h index 88ee4cf..45b8db3 100644 --- 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 = "", |