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

Misha Brukman brukman at cs.uiuc.edu
Tue May 20 13:40:00 PDT 2003


Changes in directory llvm/include/llvm:

PassManager.h updated: 1.3 -> 1.4

---
Log message:

The plural of `Pass' is Passes, not Pass's.


---
Diffs of the changes:

Index: llvm/include/llvm/PassManager.h
diff -u llvm/include/llvm/PassManager.h:1.3 llvm/include/llvm/PassManager.h:1.4
--- llvm/include/llvm/PassManager.h:1.3	Sun Aug 25 17:54:55 2002
+++ llvm/include/llvm/PassManager.h	Tue May 20 13:39:06 2003
@@ -1,7 +1,7 @@
 //===- llvm/PassManager.h - Container for Passes -----------------*- C++ -*--=//
 //
 // This file defines the PassManager class.  This class is used to hold,
-// maintain, and optimize execution of Pass's.  The PassManager class ensures
+// maintain, and optimize execution of Passes.  The PassManager class ensures
 // that analysis results are available before a pass runs, and that Pass's are
 // destroyed when the PassManager is destroyed.
 //





More information about the llvm-commits mailing list