Skip to content

Commit

Permalink
more revert
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 7, 2022
1 parent 7150aff commit fed910e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/tir/stmt_functor.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ inline T Substitute(T input, const std::unordered_map<const VarNode*, PrimExpr>&
* children of the node
*/
TVM_DLL void PreOrderVisit(const ObjectRef& stmt_or_expr,
const std::function<bool(const ObjectRef&)>& fvisit, bool visit_init_block=true);
const std::function<bool(const ObjectRef&)>& fvisit);
} // namespace tir
} // namespace tvm

Expand Down

0 comments on commit fed910e

Please sign in to comment.