Missed one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andreas Bolka 2009-06-29 00:53:49 +00:00
parent acd6f8d5d1
commit 868a302738

View File

@ -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(),