[llvm-commits] CVS: llvm/include/llvm/Transforms/IPO.h

Brian Gaeke gaeke at cs.uiuc.edu
Tue Dec 16 15:56:01 PST 2003


Changes in directory llvm/include/llvm/Transforms:

IPO.h updated: 1.25 -> 1.26

---
Log message:

Fix typo in comment.

---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Transforms/IPO.h
diff -u llvm/include/llvm/Transforms/IPO.h:1.25 llvm/include/llvm/Transforms/IPO.h:1.26
--- llvm/include/llvm/Transforms/IPO.h:1.25	Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Transforms/IPO.h	Tue Dec 16 15:55:45 2003
@@ -104,7 +104,7 @@
 Pass *createDeadArgEliminationPass();
 
 // DeadArgHacking pass - Same as DAE, but delete arguments of external functions
-// as well.  This is definately not safe, and should only be used by bugpoint.
+// as well.  This is definitely not safe, and should only be used by bugpoint.
 Pass *createDeadArgHackingPass();
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list