Internals: Rename some non-nodes to avoid Ast prefix. No functional change.

This commit is contained in:
Wilson Snyder
2022-01-02 10:37:20 -05:00
parent 340efe3a3a
commit b7ad1e6d61
16 changed files with 72 additions and 74 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ protected:
if (leaveAlone) {
UINFO(6, " No changes\n");
} else {
AstNRelinker replaceHandle; // Where to add the list
VNRelinker replaceHandle; // Where to add the list
AstNode* newListp = nullptr;
for (auto it = rankMap.cbegin(); it != rankMap.cend(); ++it) {
AstNode* const nextp = it->second;