Fix error with tasks that have output first, bug78.

This commit is contained in:
Wilson Snyder
2009-04-08 14:33:12 -04:00
parent 3d85cbe6b5
commit 86f08a341c
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -415,6 +415,7 @@ private:
else if (!m_inDly && nodep->lvalue()) {
//UINFO(9,"NBA "<<nodep<<endl);
if (!m_inInitial) {
UINFO(4,"AssignNDlyVar: "<<nodep<<endl);
markVarUsage(nodep->varp(), VU_NONDLY);
}
}