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

Devang Patel dpatel at apple.com
Tue Dec 12 16:34:48 PST 2006



Changes in directory llvm/include/llvm:

PassManager.h updated: 1.34 -> 1.35
---
Log message:

FunctionPassManager does not support runOnModule(). 


---
Diffs of the changes:  (+0 -5)

 PassManager.h |    5 -----
 1 files changed, 5 deletions(-)


Index: llvm/include/llvm/PassManager.h
diff -u llvm/include/llvm/PassManager.h:1.34 llvm/include/llvm/PassManager.h:1.35
--- llvm/include/llvm/PassManager.h:1.34	Tue Dec 12 18:09:23 2006
+++ llvm/include/llvm/PassManager.h	Tue Dec 12 18:34:32 2006
@@ -131,11 +131,6 @@
   /// This implies that all passes MUST be allocated with 'new'.
   void add(Pass *P);
 
-  /// Execute all of the passes scheduled for execution.  Keep
-  /// track of whether any of the passes modifies the function, and if
-  /// so, return true.
-  bool runOnModule(Module &M);
-
   /// run - Execute all of the passes scheduled for execution.  Keep
   /// track of whether any of the passes modifies the function, and if
   /// so, return true.






More information about the llvm-commits mailing list