mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Rename some non-nodes to avoid Ast prefix. No functional change.
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ private:
|
||||
AstJumpLabel* const labelp = new AstJumpLabel(nodep->fileline(), blockp);
|
||||
blockp->labelp(labelp);
|
||||
|
||||
AstNRelinker repHandle;
|
||||
VNRelinker repHandle;
|
||||
if (under_and_next) {
|
||||
underp->unlinkFrBackWithNext(&repHandle);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user