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

vadve at cs.uiuc.edu vadve at cs.uiuc.edu
Tue Sep 17 06:11:01 PDT 2002


Changes in directory llvm/include/llvm:

Pass.h updated: 1.27 -> 1.28

---
Log message:

Fix typo in comment.


---
Diffs of the changes:

Index: llvm/include/llvm/Pass.h
diff -u llvm/include/llvm/Pass.h:1.27 llvm/include/llvm/Pass.h:1.28
--- llvm/include/llvm/Pass.h:1.27	Thu Sep 12 12:06:38 2002
+++ llvm/include/llvm/Pass.h	Tue Sep 17 06:09:59 2002
@@ -247,7 +247,7 @@
 ///      instruction at a time.
 ///   2. Optimizations do not modify the CFG of the contained function, or any
 ///      other basic block in the function.
-///   3. Optimizations conform to all of the contstraints of FunctionPass's.
+///   3. Optimizations conform to all of the constraints of FunctionPass's.
 ///
 struct BasicBlockPass : public FunctionPass {
   /// doInitialization - Virtual method overridden by subclasses to do





More information about the llvm-commits mailing list