Skip to content

Commit a66d2d7

Browse files
committed
fmt
1 parent 74de52a commit a66d2d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

enzyme/Enzyme/MLIR/Implementations/CoreDialectsAutoDiffImplementations.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ LogicalResult mlir::enzyme::detail::controlFlowForwardHandler(
463463
iface.getSuccessorOperands(regionBranchOp, successor);
464464
ValueRange succInputs = regionBranchOp.getSuccessorInputs(successor);
465465

466-
if(succOperands.empty())
467-
continue;
466+
if (succOperands.empty())
467+
continue;
468468

469469
auto succInputPos =
470470
operand.getOperandNumber() - succOperands.getBeginOperandIndex();

0 commit comments

Comments
 (0)