mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Missed one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
acd6f8d5d1
commit
868a302738
@ -89,7 +89,7 @@ static void PrintLoopInfo(
|
|||||||
OS << "\n";
|
OS << "\n";
|
||||||
|
|
||||||
SmallVector<Instruction*, 8> memrefs;
|
SmallVector<Instruction*, 8> memrefs;
|
||||||
getMemRefInstrs(L, memrefs);
|
GetMemRefInstrs(L, memrefs);
|
||||||
OS << " Load/store instructions: " << memrefs.size() << "\n";
|
OS << " Load/store instructions: " << memrefs.size() << "\n";
|
||||||
OS << " Pairwise dependence results:\n";
|
OS << " Pairwise dependence results:\n";
|
||||||
for (SmallVector<Instruction*, 8>::const_iterator x = memrefs.begin(),
|
for (SmallVector<Instruction*, 8>::const_iterator x = memrefs.begin(),
|
||||||
|
Loading…
Reference in New Issue
Block a user