diff --git a/include/analyze/all_defs.h b/include/analyze/all_defs.h index 22c4cd8d1..d6b199597 100644 --- a/include/analyze/all_defs.h +++ b/include/analyze/all_defs.h @@ -12,9 +12,8 @@ namespace freetensor { * Collect IDs of all `VarDef` nodes of specific `AccessType`s */ inline std::vector> -allDefs(const Stmt &op, - const std::unordered_set &atypes = - allAccessTypes | ranges::to() { +allDefs(const Stmt &op, const std::unordered_set &atypes = + allAccessTypes | ranges::to()) { std::vector> ret; for (auto &&node : findAllStmt(op, [&](const Stmt &s) { return s->nodeType() == ASTNodeType::VarDef &&