Commit 21fa4cab by acmore Committed by Tianqi Chen

Fix build break on Windows. (#1179)

parent af6b6016
...@@ -53,8 +53,8 @@ Stmt CanonicalSimplify(Stmt stmt, ...@@ -53,8 +53,8 @@ Stmt CanonicalSimplify(Stmt stmt,
* \param vrange The range information about the variable. * \param vrange The range information about the variable.
* \return Canonicalized expression. * \return Canonicalized expression.
*/ */
Expr CanonicalSimplify(Expr expr, EXPORT Expr CanonicalSimplify(Expr expr,
Map<Var, Range> vrange = Map<Var, Range>()); Map<Var, Range> vrange = Map<Var, Range>());
/*! /*!
* \brief Deep compare lhs and rhs * \brief Deep compare lhs and rhs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment