about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-05 02:36:50 +0000
committerbors <bors@rust-lang.org>2023-12-05 02:36:50 +0000
commit317d14a56cb8c748bf0e2f2afff89c2249ab4423 (patch)
tree4e37c37a8865e2c0eed21dcfb260b09944fbc081 /compiler/rustc_codegen_gcc/src
parent25dca407519f4b03d96c416ea3075533a352ed05 (diff)
parente966c894179969e22d51982ac85da58e8b8862bb (diff)
downloadrust-317d14a56cb8c748bf0e2f2afff89c2249ab4423.tar.gz
rust-317d14a56cb8c748bf0e2f2afff89c2249ab4423.zip
Auto merge of #118230 - nnethercote:streamline-dataflow-cursors, r=cjgillot
Streamline MIR dataflow cursors

`rustc_mir_dataflow` has two kinds of results (`Results` and `ResultsCloned`) and three kinds of results cursor (`ResultsCursor`, `ResultsClonedCursor`, `ResultsRefCursor`). I found this quite confusing.

This PR removes `ResultsCloned`, `ResultsClonedCursor`, and `ResultsRefCursor`, leaving just `Results` and `ResultsCursor`. This makes the relevant code shorter and easier to read, and there is no performance penalty.

r? `@cjgillot`
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions