diff options
author | Andreas Bolka <a@bolka.at> | 2009-06-29 00:53:49 +0000 |
---|---|---|
committer | Andreas Bolka <a@bolka.at> | 2009-06-29 00:53:49 +0000 |
commit | 3a09c8bd5eae1d286119b0d08c1da8eb1ed40e79 (patch) | |
tree | 33284408525d67ddbf483dbe9088d4ee05d6f123 /llvm/lib/Analysis/LoopDependenceAnalysis.cpp | |
parent | c5558a83f402a5d3a84bc97f232f13a072faaaf7 (diff) | |
download | bcm5719-llvm-3a09c8bd5eae1d286119b0d08c1da8eb1ed40e79.tar.gz bcm5719-llvm-3a09c8bd5eae1d286119b0d08c1da8eb1ed40e79.zip |
Missed one.
llvm-svn: 74416
Diffstat (limited to 'llvm/lib/Analysis/LoopDependenceAnalysis.cpp')
-rw-r--r-- | llvm/lib/Analysis/LoopDependenceAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopDependenceAnalysis.cpp b/llvm/lib/Analysis/LoopDependenceAnalysis.cpp index ec1d2f1f2ec..779508dce41 100644 --- a/llvm/lib/Analysis/LoopDependenceAnalysis.cpp +++ b/llvm/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(), |