Skip to content

Commit

Permalink
Fix formatting as prescribed.
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimkin authored Oct 2, 2024
1 parent 2d68c92 commit 6d6ea23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enzyme/Enzyme/MustExitScalarEvolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ MustExitScalarEvolution::computeExitLimitFromCondImpl(
return ExitLimit(BECount, MaxBECount, MaxBECount, false,
{&EL0.Predicates, &EL1.Predicates});
#else
return ExitLimit(BECount, MaxBECount, false,
{&EL0.Predicates, &EL1.Predicates});
return ExitLimit(BECount, MaxBECount, false,
{&EL0.Predicates, &EL1.Predicates});
#endif
}
if (BO->getOpcode() == Instruction::Or) {
Expand Down

0 comments on commit 6d6ea23

Please sign in to comment.