Skip to content

Commit

Permalink
Update .release-notes/4506.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurPV committed Apr 18, 2024
1 parent 1f76055 commit 8756d50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .release-notes/4506.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
## Fix generation of invalid LLVM IR

Previously, this code failed at LLVM module verification. Now, with this
change, it's fixed by stopping the generation of `ret` instructions after
terminator instructions:
Previously, this code failed at LLVM module verification. Now, with this change, it's fixed by stopping the generation of `ret` instructions after terminator instructions:

```pony
class Foo
Expand Down

0 comments on commit 8756d50

Please sign in to comment.