Skip to content

Commit db4e3a0

Browse files
committed
!fixup fix formatting
1 parent 7c70e37 commit db4e3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8876,7 +8876,7 @@ static SetVector<VPIRInstruction *> collectUsersInExitBlocks(
88768876
// ExitUsersToFix if needed and their operands are updated.
88778877
static void
88788878
addUsersInExitBlocks(VPlan &Plan,
8879-
const SetVector<VPIRInstruction *> &ExitUsersToFix) {
8879+
const SetVector<VPIRInstruction *> &ExitUsersToFix) {
88808880
if (ExitUsersToFix.empty())
88818881
return;
88828882

0 commit comments

Comments
 (0)