Skip to content

Commit fed910e

Browse files
committed
more revert
1 parent 7150aff commit fed910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tvm/tir/stmt_functor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ inline T Substitute(T input, const std::unordered_map<const VarNode*, PrimExpr>&
412412
* children of the node
413413
*/
414414
TVM_DLL void PreOrderVisit(const ObjectRef& stmt_or_expr,
415-
const std::function<bool(const ObjectRef&)>& fvisit, bool visit_init_block=true);
415+
const std::function<bool(const ObjectRef&)>& fvisit);
416416
} // namespace tir
417417
} // namespace tvm
418418

0 commit comments

Comments
 (0)