Commit 45827220 by 雾雨魔理沙 Committed by Lianmin Zheng

Fix typo in ir_pass.h (#3741)

parent d76612d8
......@@ -373,7 +373,7 @@ Stmt DecorateDeviceScope(Stmt stmt);
* \brief Make an user callable API LoweredFunc.
*
* The main task of this function is to create code to :
* - Map the values in the api_args to of Var that is required by body.
* - Map the values in the api_args to Var that is required by body.
* - Insert assertions to check type/value of the passed arguments.
*
* \param body The body of the function.
......
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