Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-hitonami committed Jun 5, 2023
1 parent 63dbbcf commit cf4766c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions taichi/transforms/simplify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ class BasicBlockSimplify : public IRVisitor {
}
continue;
}
if (block->statements[j]->is<FuncCallStmt>()) {
has_store = true;
}
if (!irpass::analysis::gather_statements(
block->statements[j].get(),
[&](Stmt *s) {
Expand Down

0 comments on commit cf4766c

Please sign in to comment.