Skip to content

Commit

Permalink
Update let_list.h (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and tqchen committed Apr 9, 2019
1 parent bb87f04 commit 0634778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/relay/pass/let_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class LetList {
* \return a Var that hold the inserted expr.
*/
Var Push(Expr expr) {
return Push(IncompleteTypeNode::make(Kind::kType), expr);
return Push(Type(), expr);
}

/*!
Expand Down

0 comments on commit 0634778

Please sign in to comment.