Skip to content

Commit

Permalink
[VPlan] Remove stray space when printing reverse vector pointer.
Browse files Browse the repository at this point in the history
printFlags() takes care of printing the required space, remove the extra
printed space between flags and operands.
  • Loading branch information
fhahn committed Dec 26, 2024
1 parent 377755c commit 2dfe1b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,6 @@ void VPReverseVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent,
printAsOperand(O, SlotTracker);
O << " = reverse-vector-pointer";
printFlags(O);
O << " ";
printOperands(O, SlotTracker);
}
#endif
Expand Down

0 comments on commit 2dfe1b4

Please sign in to comment.