mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
Fix minor V3DfgPatternStats coding issues
This commit is contained in:
parent
adfe072b89
commit
9dcb7ea6a9
@ -64,6 +64,7 @@ set(HEADERS
|
||||
V3Dfg.h
|
||||
V3DfgOptimizer.h
|
||||
V3DfgPasses.h
|
||||
V3DfgPatternStats.h
|
||||
V3DfgPeephole.h
|
||||
V3DfgVertices.h
|
||||
V3DupFinder.h
|
||||
|
@ -14,10 +14,10 @@
|
||||
//
|
||||
//*************************************************************************
|
||||
|
||||
#include "V3PchAstNoMT.h"
|
||||
#ifndef VERILATOR_V3DFGPATTERNSTATS_H_
|
||||
#define VERILATOR_V3DFGPATTERNSTATS_H_
|
||||
|
||||
#include "V3Dfg.h"
|
||||
#include "V3DfgPasses.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
@ -195,3 +195,5 @@ public:
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user