mirror of
https://github.com/verilator/verilator.git
synced 2026-09-07 01:52:17 +02:00
Internals: Create VL_DO_DANGLING. No functional change intended.
This commit is contained in:
+1
-1
@@ -337,7 +337,7 @@ private:
|
||||
// A block that was just moved under a scope, Kill it.
|
||||
// Certain nodes can be referenced later in this pass, notably
|
||||
// an FTaskRef needs to access the FTask to find the cloned task
|
||||
pushDeletep(nodep->unlinkFrBack()); VL_DANGLING(nodep);
|
||||
VL_DO_DANGLING(pushDeletep(nodep->unlinkFrBack()), nodep);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user