Skip to content

Commit 68b398a

Browse files
committed
Formatting
1 parent ab30c36 commit 68b398a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Transforms/RemoveDeadValues.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ static void processRegionBranchOp(RegionBranchOpInterface regionBranchOp,
636636
/// Steps to process a `BranchOpInterface` operation:
637637
/// Iterate through each successor block of the operation.
638638
/// (1) For each successor block, gather all operands from all successors.
639-
/// (2) Fetch their associated liveness analysis data and collect for future removal.
640-
/// (3) Identify and collect the dead operands from the successor block
639+
/// (2) Fetch their associated liveness analysis data and collect for future
640+
/// removal. (3) Identify and collect the dead operands from the successor block
641641
/// as well as their corresponding arguments.
642642

643643
static void processBranchOp(BranchOpInterface branchOp, RunLivenessAnalysis &la,

0 commit comments

Comments
 (0)