summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/InductionVars.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-18 05:27:33 +0000
committerChris Lattner <sabre@nondot.org>2001-10-18 05:27:33 +0000
commit6fea0324d7b8207fdfe5a36450ac6e9a69757b87 (patch)
treeff7f6a070986a457effb08b4b3dc20b0b348445a /llvm/lib/Transforms/Scalar/InductionVars.cpp
parentfb742a58eedf1eb22735d411c604db68bac2466b (diff)
downloadbcm5719-llvm-6fea0324d7b8207fdfe5a36450ac6e9a69757b87.tar.gz
bcm5719-llvm-6fea0324d7b8207fdfe5a36450ac6e9a69757b87.zip
Convert to new simpler pass itf
llvm-svn: 880
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InductionVars.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/InductionVars.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InductionVars.cpp b/llvm/lib/Transforms/Scalar/InductionVars.cpp
index 9a8eb12c136..1cec66de71e 100644
--- a/llvm/lib/Transforms/Scalar/InductionVars.cpp
+++ b/llvm/lib/Transforms/Scalar/InductionVars.cpp
@@ -371,7 +371,7 @@ static bool ProcessIntervalPartition(cfg::IntervalPartition &IP) {
// This function loops over an interval partition of a program, reducing it
// until the graph is gone.
//
-bool opt::DoInductionVariableCannonicalize(Method *M) {
+bool opt::InductionVariableCannonicalize::doIt(Method *M) {
// TODO: REMOVE
if (0) { // Print basic blocks with their depth
LoopDepthCalculator LDC(M);
OpenPOWER on IntegriCloud