Internals: add a few userIncs, No functional change

This commit is contained in:
Wilson Snyder
2011-01-18 21:19:12 -05:00
parent 48df52d743
commit 481b261458
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -345,9 +345,7 @@ private:
m_nextDlyp = NULL;
}
virtual void visit(AstVarRef* nodep, AstNUser*) {
if (!nodep->user2()) { // Not done yet
nodep->user2(true);
if (!nodep->user2Inc()) { // Not done yet
if (m_inDly && nodep->lvalue()) {
UINFO(4,"AssignDlyVar: "<<nodep<<endl);
markVarUsage(nodep->varScopep(), VU_DLY);