summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Transforms/Scalar/LICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp
index 1d7bde510bc..4ef43f8e935 100644
--- a/llvm/lib/Transforms/Scalar/LICM.cpp
+++ b/llvm/lib/Transforms/Scalar/LICM.cpp
@@ -77,7 +77,7 @@ namespace {
AU.addRequired<AliasAnalysis>();
}
- bool doFinalize() {
+ bool doFinalization() {
LoopToAliasMap.clear();
return false;
}
OpenPOWER on IntegriCloud