Skip to content

Commit

Permalink
Asyncify: show multiple reasons why a function is processed
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Apr 3, 2024
1 parent 35df504 commit 1b434fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passes/Asyncify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class ModuleAnalyzer {
!info.inRemoveList;
},
[verbose](Info& info, Function* reason) {
if (verbose && !info.canChangeState) {
if (verbose) {
std::cout << "[asyncify] " << info.name
<< " can change the state due to "
<< reason->name << "\n";
Expand Down

0 comments on commit 1b434fe

Please # to comment.