Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk authored Mar 8, 2024
1 parent 113a555 commit a7d3bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/compiler/ssair.jl
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ let code = Any[
GotoIfNot(Argument(2), 4),
# block 2
Expr(:call, throw, "potential throw"),
ReturnNode(), # unrechable
ReturnNode(), # unreachable
# block 3
ReturnNode(Argument(3)),
]
Expand All @@ -295,7 +295,7 @@ let code = Any[
ReturnNode(Argument(3)),
# block 3
Expr(:call, throw, "potential throw"),
ReturnNode(), # unrechable
ReturnNode(), # unreachable
]
ir = make_ircode(code; slottypes=Any[Any,Bool,Bool])
visited = BitSet()
Expand Down

0 comments on commit a7d3bfd

Please sign in to comment.