forked from OSchip/llvm-project
[ARM] Fix inconsistent declaration parameter name in r336195
llvm-svn: 336223
This commit is contained in:
parent
bc5c7f2ef0
commit
68169343a5
|
@ -84,7 +84,7 @@ namespace {
|
||||||
Module *M;
|
Module *M;
|
||||||
|
|
||||||
bool InsertParallelMACs(Reduction &Reduction, PMACPairList &PMACPairs);
|
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);
|
PMACPairList CreateParallelMACPairs(ParallelMACList &Candidates);
|
||||||
Instruction *CreateSMLADCall(LoadInst *VecLd0, LoadInst *VecLd1,
|
Instruction *CreateSMLADCall(LoadInst *VecLd0, LoadInst *VecLd1,
|
||||||
Instruction *Acc, Instruction *InsertAfter);
|
Instruction *Acc, Instruction *InsertAfter);
|
||||||
|
|
Loading…
Reference in New Issue