Skip to content
Merged
Prev Previous commit
Next Next commit
Fix typo in comment.
  • Loading branch information
rluble committed May 8, 2024
commit e6a7beda90245bd8466d10e977c0fedd2bc7957b
2 changes: 1 addition & 1 deletion src/passes/J2CLOpts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class ConstantHoister : public WalkerPass<PostWalker<ConstantHoister>> {
// Class to collect functions that are already trivial before the pass is run.
// When this pass is run, other optimizations that preceded it might have left
// the body of some of these functions trivial.
// Since the loop in this pass while only inline the functions that are made
// Since the loop in this pass will only inline the functions that are made
// trivial by this pass, the functions that were already trivial before would
// not be inlined if they were not collected by this visitor.
class TrivialOnceFunctionCollector
Expand Down