mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 05:43:37 +02:00
Internals: Fix many clang-tidy issues. No functional change intended.
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ public:
|
||||
virtual string name() { return "import"; }
|
||||
virtual void runTest() {
|
||||
DfaGraph* gp = &m_graph;
|
||||
if (V3GraphTest::debug()) gp->debug(9);
|
||||
if (V3GraphTest::debug()) DfaGraph::debug(9);
|
||||
dotImport();
|
||||
dump();
|
||||
gp->acyclic(&V3GraphEdge::followAlwaysTrue);
|
||||
|
||||
Reference in New Issue
Block a user