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; 
   }
 };



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

Reply via email to