diff options
| author | bors <bors@rust-lang.org> | 2018-12-17 06:34:04 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-12-17 06:34:04 +0000 |
| commit | 7fb479c92b6358590a0180b00a416bb055b6548e (patch) | |
| tree | 272694c076471065f563284bd135159440eb1377 /src/test/codegen/align-struct.rs | |
| parent | 63f8e6e12b3f9655fb58282e7a75f411b7e8b4ee (diff) | |
| parent | 83298a212076e74808198f46bb98467d2cb41ac9 (diff) | |
| download | rust-7fb479c92b6358590a0180b00a416bb055b6548e.tar.gz rust-7fb479c92b6358590a0180b00a416bb055b6548e.zip | |
Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper
mir-opt: Make SimplifyCfg collapse goto chains starting from bb0
`SimplifyCfg` pass was not able to collapse goto chains starting from bb0, leaving MIR like this:
```
bb0: {
goto -> bb1;
}
```
Diffstat (limited to 'src/test/codegen/align-struct.rs')
0 files changed, 0 insertions, 0 deletions
