diff options
| author | Fangrui Song <maskray@google.com> | 2018-07-03 19:12:27 +0000 |
|---|---|---|
| committer | Fangrui Song <maskray@google.com> | 2018-07-03 19:12:27 +0000 |
| commit | 68169343a5c21c8ccc17256d67ee3366c4b3809b (patch) | |
| tree | 5fde025c1cee1d1f12c897715995252d63d6b969 /llvm/lib/Target | |
| parent | bc5c7f2ef02578bf453cdb62d36545174b47fff6 (diff) | |
| download | bcm5719-llvm-68169343a5c21c8ccc17256d67ee3366c4b3809b.tar.gz bcm5719-llvm-68169343a5c21c8ccc17256d67ee3366c4b3809b.zip | |
[ARM] Fix inconsistent declaration parameter name in r336195
llvm-svn: 336223
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMParallelDSP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMParallelDSP.cpp b/llvm/lib/Target/ARM/ARMParallelDSP.cpp index 2e4f4ec3884..e681168b0aa 100644 --- a/llvm/lib/Target/ARM/ARMParallelDSP.cpp +++ b/llvm/lib/Target/ARM/ARMParallelDSP.cpp @@ -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); |

