about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/inline.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-08-28 15:27:51 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-09-09 15:15:42 +1000
commitec6fe4e19881bafa048e4b9c7c45610a555ff888 (patch)
tree029e0118b58b7d40d3c24807e9d91c614c0b7b5f /compiler/rustc_mir_transform/src/inline.rs
parentcd9fd274d1acf918468e197bdb65c1ed46309b78 (diff)
downloadrust-ec6fe4e19881bafa048e4b9c7c45610a555ff888.tar.gz
rust-ec6fe4e19881bafa048e4b9c7c45610a555ff888.zip
Streamline `AbortUnwindingCalls`.
Currently it constructs two vectors `calls_to_terminated` and
`cleanups_to_remove` in the main loop, and then processes them after the
main loop. But the processing can be done in the main loop, avoiding the
need for the vectors.
Diffstat (limited to 'compiler/rustc_mir_transform/src/inline.rs')
0 files changed, 0 insertions, 0 deletions