Skip to content

Commit

Permalink
Update to immutable AST class
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Aug 28, 2024
1 parent 34a1ae0 commit 253c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libyul/SSAControlFlowGraphTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ TestCase::TestResult SSAControlFlowGraphTest::run(std::ostream& _stream, std::st
std::unique_ptr<ControlFlow> controlFlow = SSAControlFlowGraphBuilder::build(
info,
*m_dialect,
*object->code
object->code()->root()
);

output << "digraph SSACFG {\nnodesep=0.7;\ngraph[fontname=\"DejaVu Sans\"]\nnode[shape=box,fontname=\"DejaVu Sans\"];\n\n";
Expand Down

0 comments on commit 253c89b

Please sign in to comment.