rust/compiler/rustc_codegen_ssa/src/mir
Nicholas Nethercote 03f350f5a5 Clarify some cleanup stuff.
- Rearrange the match in `llbb_with_landing_pad` so the `(Some,Some)`
  cases are together.
- Add assertions to indicate two MSVC-only paths.
2022-10-25 12:07:35 +11:00
..
analyze.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
block.rs Clarify some cleanup stuff. 2022-10-25 12:07:35 +11:00
constant.rs use ty::Unevaluated<'tcx, ()> in type system 2022-09-13 17:40:59 +02:00
coverageinfo.rs
debuginfo.rs ssa: implement #[collapse_debuginfo] 2022-09-07 13:54:51 +01:00
intrinsic.rs Auto merge of #101483 - oli-obk:guaranteed_opt, r=fee1-dead 2022-09-10 09:50:21 +00:00
mod.rs rustc_codegen_ssa: use more consistent naming. 2022-10-25 12:07:23 +11:00
operand.rs Remove type argument of array_alloca and rename to byte_array_alloca 2022-10-02 13:42:14 +00:00
place.rs Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"" 2022-09-16 11:36:39 +00:00
rvalue.rs Allow dyn* upcasting 2022-10-14 04:43:56 +00:00
statement.rs Generalize the Assume intrinsic statement to a general Intrinsic statement 2022-09-06 14:18:32 +00:00