diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-10-19 10:53:38 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-10-25 12:07:26 +1100 |
| commit | a5bd5da59479e1581b9cb76d3d05a9b85c9b02fc (patch) | |
| tree | fc90b2a812e8828e5069a021d6e9a051fcc8da6c /compiler/rustc_parse/src | |
| parent | 4e4092f8ccb4b7f8b3c4a5cdcbfcdfafa8f5f1e1 (diff) | |
| download | rust-a5bd5da59479e1581b9cb76d3d05a9b85c9b02fc.tar.gz rust-a5bd5da59479e1581b9cb76d3d05a9b85c9b02fc.zip | |
Rename two `TerminatorCodegenHelper` methods.
`TerminatorCodegenHelper` has three methods `llblock`, `llbb`, and `lltarget`. They're all similar, but the names given no indication of the differences. This commit renames `lltarget` as `llbb_with_landing_pad`, and `llblock` as `llbb_with_cleanup`. These aren't fantastic names, but at least it's now clear that `llbb` is the lowest-level of the three and the other two wrap it.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions
