]> git.lizzy.rs Git - rust.git/commit
Remove unused return values from resume and cleanup_ret
authorbjorn3 <bjorn3@users.noreply.github.com>
Mon, 24 Jan 2022 12:48:09 +0000 (13:48 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Mon, 24 Jan 2022 12:48:09 +0000 (13:48 +0100)
commit81597f27217b10380c59742151dd0e5eee580c40
treef94066baea5fe5cd224dfe079ce48ffa451f9737
parentba419539d5bfd3c1bde4216efa23e64697f44cb1
Remove unused return values from resume and cleanup_ret

Given that these instructions are diverging, not every codegen backend
may be able to produce a return value for them.
src/builder.rs