Commit 4ff246fe authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

Remove unused variable (which allows us to remove vector include). NFC.

parent 6c94068d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@
#include <string>
#include <tuple>
#include <utility>
#include <vector>

using namespace llvm;

@@ -7119,8 +7118,6 @@ VPlanPtr LoopVectorizationPlanner::buildVPlanWithVPRecipes(
    VPBB = FirstVPBBForBB;
    Builder.setInsertPoint(VPBB);

    std::vector<Instruction *> Ingredients;

    // Introduce each ingredient into VPlan.
    for (Instruction &I : BB->instructionsWithoutDebug()) {
      Instruction *Instr = &I;