[llvm-commits] CVS: llvm/lib/VMCore/PassManagerT.h

Devang Patel dpatel at apple.com
Mon Oct 30 11:26:08 PST 2006



Changes in directory llvm/lib/VMCore:

PassManagerT.h updated: 1.69 -> 1.70
---
Log message:

Update comment. Valid option is -debug-pass=Structures.


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

 PassManagerT.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/VMCore/PassManagerT.h
diff -u llvm/lib/VMCore/PassManagerT.h:1.69 llvm/lib/VMCore/PassManagerT.h:1.70
--- llvm/lib/VMCore/PassManagerT.h:1.69	Sat Sep  2 18:09:24 2006
+++ llvm/lib/VMCore/PassManagerT.h	Mon Oct 30 13:25:54 2006
@@ -282,7 +282,7 @@
     return runPasses(M, LastUserOf);
   }
 
-  // dumpPassStructure - Implement the -debug-passes=PassStructure option
+  // dumpPassStructure - Implement the -debug-passes=Structure option
   inline void dumpPassStructure(unsigned Offset = 0) {
     // Print out the immutable passes...
     






More information about the llvm-commits mailing list