mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Optimize away unnecessary jump right before return
This commit is contained in:
parent
54e2792b12
commit
1fb0c8043f
2 changed files with 45 additions and 7 deletions
|
@ -48,6 +48,7 @@ pub enum Relocation {
|
|||
},
|
||||
JmpToReturn {
|
||||
inst_loc: u64,
|
||||
inst_size: u64,
|
||||
offset: u64,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue