mirror of
https://github.com/verilator/verilator.git
synced 2026-08-30 01:38:21 +02:00
Rename and make it derive from AstNode instead of AstNodeAssign. Small step towards #6280. No functional change.
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ class InlineIntfRefVisitor final : public VNVisitor {
|
||||
|
||||
iterateChildren(modp);
|
||||
}
|
||||
void visit(AstAssignVarScope* nodep) override {
|
||||
void visit(AstAliasScope* nodep) override {
|
||||
// Reference
|
||||
const AstVarRef* const reflp = VN_CAST(nodep->lhsp(), VarRef);
|
||||
// What the reference refers to
|
||||
|
||||
Reference in New Issue
Block a user