[llvm-commits] CVS: llvm/include/llvm/iOther.h

Joel Stanley jstanley at cs.uiuc.edu
Fri May 9 20:47:00 PDT 2003


Changes in directory llvm/include/llvm:

iOther.h updated: 1.33 -> 1.34

---
Log message:

Fixed comment.



---
Diffs of the changes:

Index: llvm/include/llvm/iOther.h
diff -u llvm/include/llvm/iOther.h:1.33 llvm/include/llvm/iOther.h:1.34
--- llvm/include/llvm/iOther.h:1.33	Wed May  7 21:42:50 2003
+++ llvm/include/llvm/iOther.h	Fri May  9 20:56:42 2003
@@ -53,7 +53,7 @@
   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 = "",





More information about the llvm-commits mailing list