1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Missed one.

llvm-svn: 74416
This commit is contained in:
Andreas Bolka 2009-06-29 00:53:49 +00:00
parent 32493b35ba
commit 3fd2d1c6a5

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