From fed910e03eb94c169d4a160b8f3cad406d04c6aa Mon Sep 17 00:00:00 2001 From: Masahiro Masuda Date: Thu, 7 Apr 2022 06:11:22 +0900 Subject: [PATCH] more revert --- include/tvm/tir/stmt_functor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tvm/tir/stmt_functor.h b/include/tvm/tir/stmt_functor.h index 73d08c4b9a15..16da91c2a2a3 100644 --- a/include/tvm/tir/stmt_functor.h +++ b/include/tvm/tir/stmt_functor.h @@ -412,7 +412,7 @@ inline T Substitute(T input, const std::unordered_map& * children of the node */ TVM_DLL void PreOrderVisit(const ObjectRef& stmt_or_expr, - const std::function& fvisit, bool visit_init_block=true); + const std::function& fvisit); } // namespace tir } // namespace tvm