forked from github/verilator
Simplification
This commit is contained in:
parent
87e8e219dd
commit
8744ce85d0
@ -3581,8 +3581,7 @@ private:
|
|||||||
// don't clean up types which may not be in the type table
|
// don't clean up types which may not be in the type table
|
||||||
// we're going to remove this whole sub-tree anyway
|
// we're going to remove this whole sub-tree anyway
|
||||||
m_leaveTypeof = true;
|
m_leaveTypeof = true;
|
||||||
userIterateAndNext(nodep->lhsp(), WidthVP(CONTEXT, PRELIM).p());
|
userIterateChildren(nodep, WidthVP(CONTEXT, PRELIM).p());
|
||||||
userIterateAndNext(nodep->rhsp(), WidthVP(CONTEXT, PRELIM).p());
|
|
||||||
m_leaveTypeof = false;
|
m_leaveTypeof = false;
|
||||||
bool equal = false;
|
bool equal = false;
|
||||||
// TODO -- remove
|
// TODO -- remove
|
||||||
|
Loading…
Reference in New Issue
Block a user