projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd6f8d
)
Missed one.
author
Andreas Bolka
<a@bolka.at>
Mon, 29 Jun 2009 00:53:49 +0000
(
00:53
+0000)
committer
Andreas Bolka
<a@bolka.at>
Mon, 29 Jun 2009 00:53:49 +0000
(
00:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74416
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/LoopDependenceAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/LoopDependenceAnalysis.cpp
b/lib/Analysis/LoopDependenceAnalysis.cpp
index ec1d2f1f2ec83b223963f8397297e2ec7ecfc3fa..779508dce41d79f15755fd59ad2bd0423cba35c4 100644
(file)
--- a/
lib/Analysis/LoopDependenceAnalysis.cpp
+++ b/
lib/Analysis/LoopDependenceAnalysis.cpp
@@
-89,7
+89,7
@@
static void PrintLoopInfo(
OS << "\n";
SmallVector<Instruction*, 8> memrefs;
-
g
etMemRefInstrs(L, memrefs);
+
G
etMemRefInstrs(L, memrefs);
OS << " Load/store instructions: " << memrefs.size() << "\n";
OS << " Pairwise dependence results:\n";
for (SmallVector<Instruction*, 8>::const_iterator x = memrefs.begin(),