rust/compiler/rustc_codegen_ssa
Tomasz Miąsko 76695c41da Remove special handling of box_free from LocalAnalyzer
The special casing of `box_free` predates the use of dominators in
analyzer. It is no longer necessary now that analyzer verifies that
the first assignment dominates all uses.
2021-05-31 00:00:00 +00:00
..
src Remove special handling of box_free from LocalAnalyzer 2021-05-31 00:00:00 +00:00
Cargo.toml Update cc 2021-05-24 23:34:12 +01:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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