Commentary

This commit is contained in:
Wilson Snyder
2022-03-30 20:17:59 -04:00
parent e02f97854c
commit 33105f017c
34 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ public:
}
}
void varUsageReplace(AstVarScope* nodep, AstVarRef* varrefp) {
// Variable rvalue. If it references a constant, we can simply replace it
// Variable rvalue. If it references a constant, we can replace it
const auto it = m_map.find(nodep);
if (it != m_map.end()) {
if (AstConst* const constp = it->second.constNodep()) {