aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-06-29 00:53:49 +0000
committerAndreas Bolka <a@bolka.at>2009-06-29 00:53:49 +0000
commitb2662e4d8bc83f62cef73e218bf4fc5e1bddaf92 (patch)
treeeffd5430ae79e2ce0353353233e40c07527473f0
parent88a17f09a4daf473a6aa285703c42d92516a5f1b (diff)
downloadexternal_llvm-b2662e4d8bc83f62cef73e218bf4fc5e1bddaf92.zip
external_llvm-b2662e4d8bc83f62cef73e218bf4fc5e1bddaf92.tar.gz
external_llvm-b2662e4d8bc83f62cef73e218bf4fc5e1bddaf92.tar.bz2
Missed one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74416 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/LoopDependenceAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LoopDependenceAnalysis.cpp b/lib/Analysis/LoopDependenceAnalysis.cpp
index ec1d2f1..779508d 100644
--- a/lib/Analysis/LoopDependenceAnalysis.cpp
+++ b/lib/Analysis/LoopDependenceAnalysis.cpp
@@ -89,7 +89,7 @@ static void PrintLoopInfo(
OS << "\n";
SmallVector<Instruction*, 8> memrefs;
- getMemRefInstrs(L, memrefs);
+ GetMemRefInstrs(L, memrefs);
OS << " Load/store instructions: " << memrefs.size() << "\n";
OS << " Pairwise dependence results:\n";
for (SmallVector<Instruction*, 8>::const_iterator x = memrefs.begin(),