Skip to content

Commit

Permalink
Revert "format"
Browse files Browse the repository at this point in the history
This reverts commit 12aa794.
  • Loading branch information
kripken committed Oct 31, 2023
1 parent 12aa794 commit d401275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/passes/OnceReduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ struct OnceReduction : public Pass {
// handle in general, like recursive imports of modules in various
// languages - but we do know bar has been *entered*, which means
// the global was set).
// 2. foo has never been entered before. In this case in BEFORE we
// set the global and call bar, and in AFTER we also call bar.
// 2. foo has never been entered before. In this case in BEFORE we set
// the global and call bar, and in AFTER we also call bar.
//
// Thus, the behavior is the same, and we can remove the early-exit
// lines.
Expand Down

0 comments on commit d401275

Please sign in to comment.