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
..
src Remove unused return values from resume and cleanup_ret 2022-01-24 13:48:09 +01:00
Cargo.toml Update thorin-dwp to deduplicate object 2022-01-20 15:09:05 +01:00
README.md

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