diff options
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/VPlan.h')
-rw-r--r-- | llvm/lib/Transforms/Vectorize/VPlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h index dd50db346b0..5c1b4a83c30 100644 --- a/llvm/lib/Transforms/Vectorize/VPlan.h +++ b/llvm/lib/Transforms/Vectorize/VPlan.h @@ -1607,7 +1607,7 @@ private: /// candidates to choose from are values with an opcode matching \p Last's /// or loads consecutive to \p Last. std::pair<OpMode, VPValue *> getBest(OpMode Mode, VPValue *Last, - SmallVectorImpl<VPValue *> &Candidates, + SmallPtrSetImpl<VPValue *> &Candidates, VPInterleavedAccessInfo &IAI); /// Print bundle \p Values to dbgs(). |