Skip to content

Commit

Permalink
chore: merge with downstack
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jun 6, 2024
1 parent 6a4940c commit 10fcc29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ digraph {
1 -> 2 [ label = "Normal" ]
2 -> 3 [ label = "Normal" ]
8 -> 2 [ label = "Backedge" ]
8 -> 9 [ label = "Normal" ]
2 -> 9 [ label = "Normal" ]
5 -> 2 [ label = "Jump" ]
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ digraph {
3 -> 4 [ label = "Normal" ]
4 -> 7 [ label = "Normal" ]
8 -> 4 [ label = "Backedge" ]
8 -> 9 [ label = "Normal" ]
4 -> 9 [ label = "Normal" ]
10 -> 2 [ label = "Error(Implicit)" ]
9 -> 10 [ label = "Unreachable" , style = "dotted" ]
Expand Down

0 comments on commit 10fcc29

Please sign in to comment.