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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to