mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
Reorder structures to always go through symp
git-svn-id: file://localhost/svn/verilator/trunk/verilator@770 77ca24e4-aefa-0310-84f0-b9a241c72d87
This commit is contained in:
+1
-1
@@ -393,6 +393,6 @@ void V3Case::caseAll(AstNetlist* nodep) {
|
||||
CaseVisitor visitor (nodep);
|
||||
}
|
||||
void V3Case::caseLint(AstNodeCase* nodep) {
|
||||
UINFO(2,__FUNCTION__<<": "<<endl);
|
||||
UINFO(4,__FUNCTION__<<": "<<endl);
|
||||
CaseLintVisitor visitor (nodep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user