summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopDependenceAnalysis.cpp
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
commit868a30273872a656371dd7c308830b6a9dd33a30 (patch)
treeeffd5430ae79e2ce0353353233e40c07527473f0 /lib/Analysis/LoopDependenceAnalysis.cpp
parentacd6f8d5d1669e348c7d7978711ce7cae00dcaa7 (diff)
downloadllvm-868a30273872a656371dd7c308830b6a9dd33a30.tar.gz
llvm-868a30273872a656371dd7c308830b6a9dd33a30.tar.bz2
llvm-868a30273872a656371dd7c308830b6a9dd33a30.tar.xz
Missed one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LoopDependenceAnalysis.cpp')
-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 ec1d2f1f2e..779508dce4 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(),