diff options
author | Joel Stanley <jstanley@cs.uiuc.edu> | 2003-05-10 01:56:42 +0000 |
---|---|---|
committer | Joel Stanley <jstanley@cs.uiuc.edu> | 2003-05-10 01:56:42 +0000 |
commit | 1bf4750f8d363c03f4c1e0c18581c29a18241c9e (patch) | |
tree | bcdf9bdf379680a4ec6c1b19eda2aa6ca3af4d18 | |
parent | 3d017b879708daf35101b8e31d84255b95cbbfaa (diff) | |
download | bcm5719-llvm-1bf4750f8d363c03f4c1e0c18581c29a18241c9e.tar.gz bcm5719-llvm-1bf4750f8d363c03f4c1e0c18581c29a18241c9e.zip |
Fixed comment.
llvm-svn: 6072
-rw-r--r-- | llvm/include/llvm/iOther.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/iOther.h b/llvm/include/llvm/iOther.h index 88ee4cff7ca..45b8db367d8 100644 --- a/llvm/include/llvm/iOther.h +++ b/llvm/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 = "", |