[ARM] Fix inconsistent declaration parameter name in r336195

llvm-svn: 336223
This commit is contained in:
Fangrui Song 2018-07-03 19:12:27 +00:00
parent bc5c7f2ef0
commit 68169343a5
1 changed files with 1 additions and 1 deletions

View 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);