mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 18:36:28 +02:00
Internals: Rename some non-nodes to avoid Ast prefix. No functional change.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user