Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-06-21 20:15:28 +00:00
parent 0192c0048b
commit 0deb8ace4a
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ void regularize(DfgGraph&, V3DfgRegularizeContext&) VL_MT_DISABLED;
// Convert DfgGraph back into Ast, and insert converted graph back into the Ast. // Convert DfgGraph back into Ast, and insert converted graph back into the Ast.
void dfgToAst(DfgGraph&, V3DfgContext&) VL_MT_DISABLED; void dfgToAst(DfgGraph&, V3DfgContext&) VL_MT_DISABLED;
// Dump the patterns in the given graphs // Dump the patterns in the given graphs
void dumpPatterns(const std::vector<std::unique_ptr<DfgGraph>>&, const std::string& suffix = "") VL_MT_DISABLED; void dumpPatterns(const std::vector<std::unique_ptr<DfgGraph>>&,
const std::string& suffix = "") VL_MT_DISABLED;
//=========================================================================== //===========================================================================
// Intermediate/internal operations // Intermediate/internal operations