Optimize away unnecessary jump right before return

This commit is contained in:
Brendan Hansknecht 2021-09-21 00:14:13 -07:00
parent 54e2792b12
commit 1fb0c8043f
2 changed files with 45 additions and 7 deletions

View file

@ -48,6 +48,7 @@ pub enum Relocation {
},
JmpToReturn {
inst_loc: u64,
inst_size: u64,
offset: u64,
},
}