[ARM] Fix inconsistent declaration parameter name in r336195
authorFangrui Song <maskray@google.com>
Tue, 3 Jul 2018 19:12:27 +0000 (19:12 +0000)
committerFangrui Song <maskray@google.com>
Tue, 3 Jul 2018 19:12:27 +0000 (19:12 +0000)
llvm-svn: 336223

llvm/lib/Target/ARM/ARMParallelDSP.cpp

index 2e4f4ec..e681168 100644 (file)
@@ -84,7 +84,7 @@ namespace {
     Module            *M;
 
     bool InsertParallelMACs(Reduction &Reduction, PMACPairList &PMACPairs);
-    bool AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, MemInstList &VecLd);
+    bool AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, MemInstList &VecMem);
     PMACPairList CreateParallelMACPairs(ParallelMACList &Candidates);
     Instruction *CreateSMLADCall(LoadInst *VecLd0, LoadInst *VecLd1,
                                  Instruction *Acc, Instruction *InsertAfter);