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 21, 2024
1 parent 8531a83 commit 6190a8c
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 6190a8c

Please sign in to comment.