summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-07-03 19:12:27 +0000
committerFangrui Song <maskray@google.com>2018-07-03 19:12:27 +0000
commit68169343a5c21c8ccc17256d67ee3366c4b3809b (patch)
tree5fde025c1cee1d1f12c897715995252d63d6b969 /llvm/lib/Target/ARM
parentbc5c7f2ef02578bf453cdb62d36545174b47fff6 (diff)
downloadbcm5719-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/ARM')
-rw-r--r--llvm/lib/Target/ARM/ARMParallelDSP.cpp2
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);
OpenPOWER on IntegriCloud