[llvm-commits] CVS: llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp

Devang Patel dpatel at apple.com
Tue Feb 27 07:00:59 PST 2007



Changes in directory llvm/lib/Analysis/IPA:

CallGraphSCCPass.cpp updated: 1.18 -> 1.19
---
Log message:

Make getPassManagerType() const.


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

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


Index: llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
diff -u llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp:1.18 llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp:1.19
--- llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp:1.18	Thu Feb  1 16:38:33 2007
+++ llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp	Tue Feb 27 09:00:39 2007
@@ -66,7 +66,7 @@
     return FP;
   }
 
-  virtual PassManagerType getPassManagerType() { 
+  virtual PassManagerType getPassManagerType() const { 
     return PMT_CallGraphPassManager; 
   }
 };






More information about the llvm-commits mailing list