rust/compiler/rustc_codegen_ssa
bjorn3 e9646fa76b 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.
2022-01-24 13:48:09 +01:00
..

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.