Skip to content

Commit e1973fd

Browse files
committed
clang-format
1 parent 64f0b9a commit e1973fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanValue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class VPRecipeBase;
4141
class VPInterleaveBase;
4242
class VPPhiAccessors;
4343

44-
/// This is the base class of the VPlan Def/Use graph, used for modeling the data
45-
/// flow into, within and out of the VPlan. VPValues can stand for live-ins
44+
/// This is the base class of the VPlan Def/Use graph, used for modeling the
45+
/// data flow into, within and out of the VPlan. VPValues can stand for live-ins
4646
/// coming from the input IR and instructions which VPlan will generate if
4747
/// executed.
4848
class LLVM_ABI_FOR_TEST VPValue {

0 commit comments

Comments
 (0)