Skip to content

Commit 65ac2d7

Browse files
committed
!fixup more formatting fixes
1 parent 886bcc2 commit 65ac2d7

File tree

1 file changed

+1
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4179,7 +4179,7 @@ class VPBlockUtils {
41794179
assert((From->getParent() == To->getParent()) &&
41804180
"Can't connect two block with different parents");
41814181
assert((SuccIdx != -1u || From->getNumSuccessors() < 2) &&
4182-
"Blocks can't have more than two successors.");
4182+
"Blocks can't have more than two successors.");
41834183
if (SuccIdx == -1u)
41844184
From->appendSuccessor(To);
41854185
else

0 commit comments

Comments
 (0)