OSDN Git Service

Missed one.
authorAndreas Bolka <a@bolka.at>
Mon, 29 Jun 2009 00:53:49 +0000 (00:53 +0000)
committerAndreas 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

index ec1d2f1..779508d 100644 (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(),