summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-02-27 15:00:39 +0000
committerDevang Patel <dpatel@apple.com>2007-02-27 15:00:39 +0000
commit28349abeab96ef0153a64cfdcbd2738a9b5026a7 (patch)
tree261b7eea8fd0dbb11ab7669b296c03b986cff27e /llvm/lib/Analysis/IPA
parentb524dfd557e708b8f505e5c48b7ebd804539fba3 (diff)
downloadbcm5719-llvm-28349abeab96ef0153a64cfdcbd2738a9b5026a7.tar.gz
bcm5719-llvm-28349abeab96ef0153a64cfdcbd2738a9b5026a7.zip
Make getPassManagerType() const.
llvm-svn: 34669
Diffstat (limited to 'llvm/lib/Analysis/IPA')
-rw-r--r--llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
index 4a51be35bf6..c317a112f5a 100644
--- a/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
+++ b/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp
@@ -66,7 +66,7 @@ public:
return FP;
}
- virtual PassManagerType getPassManagerType() {
+ virtual PassManagerType getPassManagerType() const {
return PMT_CallGraphPassManager;
}
};
OpenPOWER on IntegriCloud