mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[ARM] Fix inconsistent declaration parameter name in r336195
llvm-svn: 336223
This commit is contained in:
parent
1b8bb0dc71
commit
ee91dd12b7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user