Missed one.

llvm-svn: 74416
This commit is contained in:
Andreas Bolka 2009-06-29 00:53:49 +00:00
parent c5558a83f4
commit 3a09c8bd5e
1 changed files with 1 additions and 1 deletions

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