Internals: Merge VFlag rename. No functional change.

This commit is contained in:
Wilson Snyder
2012-03-31 11:10:34 -04:00
parent a3ee6131a3
commit 61cbdd1a19
15 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ private:
varp = new AstVar (oldvarscp->fileline(), AstVarType::BLOCKTEMP, name, oldvarscp->varp());
varp->widthSignedFrom(oldvarscp);
} else { // Used for vset and dimensions, so can zero init
varp = new AstVar (oldvarscp->fileline(), AstVarType::BLOCKTEMP, name, AstBitPacked(), width);
varp = new AstVar (oldvarscp->fileline(), AstVarType::BLOCKTEMP, name, VFlagBitPacked(), width);
}
addmodp->addStmtp(varp);
m_modVarMap.insert(make_pair(make_pair(addmodp, name), varp));