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 20, 2024
1 parent df2777c commit e14dc92
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 @@ -273,7 +273,7 @@ TestCase::TestResult SSAControlFlowGraphTest::run(std::ostream& _stream, std::st
auto ssaCfg = SSAControlFlowGraphBuilder::build(
info,
*m_dialect,
*object->code
object->code()->root()
);

output << "digraph SSACFG {\nnodesep=0.7;\nnode[shape=box];\n\n";
Expand Down

0 comments on commit e14dc92

Please sign in to comment.