Skip to content

Commit a2fd98e

Browse files
committed
.
1 parent 08e064a commit a2fd98e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zjit/src/hir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,7 @@ impl<'a> std::fmt::Display for GraphvizPrinter<'a> {
17041704
let iseq_name = iseq_name(fun.iseq);
17051705
writeln!(f, "digraph {iseq_name} {{")?;
17061706
writeln!(f, "node [shape=plaintext];")?;
1707+
writeln!(f, "concentrate=true;")?;
17071708
writeln!(f, "dpi=300;")?;
17081709
for block_id in fun.rpo() {
17091710
let block = &fun.blocks[block_id.0];

0 commit comments

Comments
 (0)