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

Devang Patel dpatel at apple.com
Thu Jan 25 16:48:00 PST 2007



Changes in directory llvm/include/llvm:

CallGraphSCCPass.h updated: 1.8 -> 1.9
---
Log message:

Inherit CallGraphSCCPass directly from Pass.


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

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


Index: llvm/include/llvm/CallGraphSCCPass.h
diff -u llvm/include/llvm/CallGraphSCCPass.h:1.8 llvm/include/llvm/CallGraphSCCPass.h:1.9
--- llvm/include/llvm/CallGraphSCCPass.h:1.8	Tue Jan 23 15:52:35 2007
+++ llvm/include/llvm/CallGraphSCCPass.h	Thu Jan 25 18:47:38 2007
@@ -29,7 +29,7 @@
 class CallGraph;
 class PMStack;
 
-struct CallGraphSCCPass : public ModulePass {
+struct CallGraphSCCPass : public Pass {
 
   /// doInitialization - This method is called before the SCC's of the program
   /// has been processed, allowing the pass to do initialization as necessary.






More information about the llvm-commits mailing list