Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurPV committed Apr 17, 2024
1 parent 890c517 commit f504aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/full-program-tests/issue-4475-case-1/main.pony
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ entry:
call void @pony_error(), !dbg !890
unreachable, !dbg !890
;;;;;;;;;;;;
ret void, !dbg !890 ; => problematic instruction, because the last instruction is terminator
ret void, !dbg !890 ; => problematic instruction, because the previous instruction is terminator
}
"""
class Foo
Expand Down

0 comments on commit f504aa3

Please sign in to comment.