Commit c15d35e4 authored by botbw's avatar botbw Committed by LeiWang1999
Browse files

[Bugfix] fix missing node in ws role maker (#587)

parent 7b474fbe
...@@ -174,6 +174,7 @@ public: ...@@ -174,6 +174,7 @@ public:
} }
void VisitStmt_(const ForNode *op) final { HandleBodyStmt(op); } void VisitStmt_(const ForNode *op) final { HandleBodyStmt(op); }
void VisitStmt_(const WhileNode *op) final { HandleBodyStmt(op); }
void VisitStmt_(const LetStmtNode *op) final { HandleBodyStmt(op); } void VisitStmt_(const LetStmtNode *op) final { HandleBodyStmt(op); }
void VisitStmt_(const AttrStmtNode *op) final { HandleBodyStmt(op); } void VisitStmt_(const AttrStmtNode *op) final { HandleBodyStmt(op); }
void VisitStmt_(const AssertStmtNode *op) final { HandleBodyStmt(op); } void VisitStmt_(const AssertStmtNode *op) final { HandleBodyStmt(op); }
......
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