rust/src/librustc_codegen_ssa
Mazdak Farrokhzad 170112cd15
Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb
Refactor `codegen`

`codegen` in `src/librustc_codegen_llvm/back/write.rs` is long and has complex control flow. These commits refactor it and make it easier to understand.
2020-03-24 07:13:42 +01:00
..

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