Remove redundant ignore-tidy-linelength
annotations
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
This commit is contained in:
parent
97717a5618
commit
3ea62cb5d1
271 changed files with 1616 additions and 1868 deletions
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
// compile-flags:-Zinline-in-all-cgus
|
// compile-flags:-Zinline-in-all-cgus
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
|
|
||||||
#![deny(dead_code)]
|
#![deny(dead_code)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
// compile-flags:-Zinline-in-all-cgus
|
// compile-flags:-Zinline-in-all-cgus
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager -Zinline-in-all-cgus -Zmir-opt-level=0
|
// compile-flags:-Zprint-mono-items=eager -Zinline-in-all-cgus -Zmir-opt-level=0
|
||||||
|
|
||||||
#![deny(dead_code)]
|
#![deny(dead_code)]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// ignoring this test until MIR codegen has taken over completely
|
// ignoring this test until MIR codegen has taken over completely
|
||||||
// ignore-test
|
// ignore-test
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
|
|
||||||
#![deny(dead_code)]
|
#![deny(dead_code)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
// compile-flags:-Zinline-in-all-cgus
|
// compile-flags:-Zinline-in-all-cgus
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
|
|
||||||
#![deny(dead_code)]
|
#![deny(dead_code)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
// compile-flags:-Zinline-in-all-cgus
|
// compile-flags:-Zinline-in-all-cgus
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags:-Zprint-mono-items=eager
|
// compile-flags:-Zprint-mono-items=eager
|
||||||
// compile-flags:-Zinline-in-all-cgus
|
// compile-flags:-Zinline-in-all-cgus
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// compile-flags:-Zprint-mono-items=eager -Cincremental=tmp/partitioning-tests/extern-generic -Zshare-generics=y
|
// compile-flags:-Zprint-mono-items=eager -Cincremental=tmp/partitioning-tests/extern-generic -Zshare-generics=y
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/inlining-from-extern-crate
|
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/inlining-from-extern-crate
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// We specify opt-level=0 because `drop_in_place` is `Internal` when optimizing
|
// We specify opt-level=0 because `drop_in_place` is `Internal` when optimizing
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/local-inlining-but-not-all
|
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/local-inlining-but-not-all
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/local-inlining
|
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/local-inlining
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/local-transitive-inlining
|
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/local-transitive-inlining
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// much sense at the moment.
|
// much sense at the moment.
|
||||||
// ignore-test
|
// ignore-test
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/methods-are-with-self-type
|
// compile-flags:-Zprint-mono-items=lazy -Cincremental=tmp/partitioning-tests/methods-are-with-self-type
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// no-prefer-dynamic
|
// no-prefer-dynamic
|
||||||
// NOTE: We always compile this test with -Copt-level=0 because higher opt-levels
|
// NOTE: We always compile this test with -Copt-level=0 because higher opt-levels
|
||||||
// prevent drop-glue from participating in share-generics.
|
// prevent drop-glue from participating in share-generics.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// We specify -C incremental here because we want to test the partitioning for
|
// We specify -C incremental here because we want to test the partitioning for
|
||||||
// incremental compilation
|
// incremental compilation
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=0
|
// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=0
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=0
|
// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=0
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// - The generator types and variants are marked artificial
|
// - The generator types and variants are marked artificial
|
||||||
// - Captured vars from the source are not marked artificial
|
// - Captured vars from the source are not marked artificial
|
||||||
//
|
//
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C debuginfo=2 --edition=2018
|
// compile-flags: -C debuginfo=2 --edition=2018
|
||||||
// only-msvc
|
// only-msvc
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// - The generator types and variants are marked artificial
|
// - The generator types and variants are marked artificial
|
||||||
// - Captured vars from the source are not marked artificial
|
// - Captured vars from the source are not marked artificial
|
||||||
//
|
//
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C debuginfo=2 --edition=2018
|
// compile-flags: -C debuginfo=2 --edition=2018
|
||||||
// ignore-msvc
|
// ignore-msvc
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// ignore-wasm32-bare compiled with panic=abort by default
|
// ignore-wasm32-bare compiled with panic=abort by default
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
#![feature(c_variadic)]
|
#![feature(c_variadic)]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -g --remap-path-prefix={{cwd}}=/cwd/ --remap-path-prefix={{src-base}}=/base/
|
// compile-flags: -g --remap-path-prefix={{cwd}}=/cwd/ --remap-path-prefix={{src-base}}=/base/
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
//
|
//
|
||||||
// Ensure that we remap the compile unit directory and that we set it to the compilers current
|
// Ensure that we remap the compile unit directory and that we set it to the compilers current
|
||||||
// working directory and not something else.
|
// working directory and not something else.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// This tests that debug info for "c-like" enums is properly emitted.
|
// This tests that debug info for "c-like" enums is properly emitted.
|
||||||
// This is ignored for the fallback mode on MSVC due to problems with PDB.
|
// This is ignored for the fallback mode on MSVC due to problems with PDB.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// ignore-msvc
|
// ignore-msvc
|
||||||
|
|
||||||
// compile-flags: -g -C no-prepopulate-passes
|
// compile-flags: -g -C no-prepopulate-passes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// This tests that optimized enum debug info accurately reflects the enum layout.
|
// This tests that optimized enum debug info accurately reflects the enum layout.
|
||||||
// This is ignored for the fallback mode on MSVC due to problems with PDB.
|
// This is ignored for the fallback mode on MSVC due to problems with PDB.
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// ignore-msvc
|
// ignore-msvc
|
||||||
|
|
||||||
// compile-flags: -g -C no-prepopulate-passes
|
// compile-flags: -g -C no-prepopulate-passes
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -O -C no-prepopulate-passes
|
// compile-flags: -O -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// min-system-llvm-version: 12.0
|
// min-system-llvm-version: 12.0
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// ignore-windows
|
// ignore-windows
|
||||||
// ignore-macos
|
// ignore-macos
|
||||||
// ignore-wasm
|
// ignore-wasm
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// - The generator types and variants are marked artificial
|
// - The generator types and variants are marked artificial
|
||||||
// - Captured vars from the source are not marked artificial
|
// - Captured vars from the source are not marked artificial
|
||||||
//
|
//
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C debuginfo=2
|
// compile-flags: -C debuginfo=2
|
||||||
// only-msvc
|
// only-msvc
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
// - The generator types and variants are marked artificial
|
// - The generator types and variants are marked artificial
|
||||||
// - Captured vars from the source are not marked artificial
|
// - Captured vars from the source are not marked artificial
|
||||||
//
|
//
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C debuginfo=2 --edition=2018
|
// compile-flags: -C debuginfo=2 --edition=2018
|
||||||
// ignore-msvc
|
// ignore-msvc
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#![crate_type="rlib"]
|
#![crate_type="rlib"]
|
||||||
// compile-flags: -Copt-level=3 -g
|
// compile-flags: -Copt-level=3 -g
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -Z instrument-mcount
|
// compile-flags: -Z instrument-mcount
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// only-macos
|
// only-macos
|
||||||
// no-system-llvm
|
// no-system-llvm
|
||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -O -C no-prepopulate-passes
|
// compile-flags: -O -C no-prepopulate-passes
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// compile-flags: -g --remap-path-prefix={{cwd}}=/the/aux-cwd --remap-path-prefix={{src-base}}/remap_path_prefix/auxiliary=/the/aux-src
|
// compile-flags: -g --remap-path-prefix={{cwd}}=/the/aux-cwd --remap-path-prefix={{src-base}}/remap_path_prefix/auxiliary=/the/aux-src
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -g --remap-path-prefix={{cwd}}=/the/aux-cwd --remap-path-prefix={{src-base}}/remap_path_prefix/auxiliary=/the/aux-src
|
// compile-flags: -g --remap-path-prefix={{cwd}}=/the/aux-cwd --remap-path-prefix={{src-base}}/remap_path_prefix/auxiliary=/the/aux-src
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// ignore-windows
|
// ignore-windows
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// compile-flags: -g -C no-prepopulate-passes --remap-path-prefix={{cwd}}=/the/cwd --remap-path-prefix={{src-base}}=/the/src
|
// compile-flags: -g -C no-prepopulate-passes --remap-path-prefix={{cwd}}=/the/cwd --remap-path-prefix={{src-base}}=/the/src
|
||||||
// aux-build:remap_path_prefix_aux.rs
|
// aux-build:remap_path_prefix_aux.rs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// min-system-llvm-version: 12.0
|
// min-system-llvm-version: 12.0
|
||||||
// ignore-arm
|
// ignore-arm
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// min-system-llvm-version: 12.0
|
// min-system-llvm-version: 12.0
|
||||||
// ignore-aarch64
|
// ignore-aarch64
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// min-system-llvm-version: 12.0
|
// min-system-llvm-version: 12.0
|
||||||
// only-mips64
|
// only-mips64
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// only-riscv64
|
// only-riscv64
|
||||||
// only-linux
|
// only-linux
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// only-riscv64
|
// only-riscv64
|
||||||
// only-linux
|
// only-linux
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// only-riscv64
|
// only-riscv64
|
||||||
// only-linux
|
// only-linux
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// compile-flags: -C no-prepopulate-passes
|
// compile-flags: -C no-prepopulate-passes
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// "target-cpu" attribute in LLVM.
|
// "target-cpu" attribute in LLVM.
|
||||||
|
|
||||||
// no-prefer-dynamic
|
// no-prefer-dynamic
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C no-prepopulate-passes -C panic=abort -C linker-plugin-lto -Cpasses=name-anon-globals
|
// compile-flags: -C no-prepopulate-passes -C panic=abort -C linker-plugin-lto -Cpasses=name-anon-globals
|
||||||
|
|
||||||
#![crate_type = "staticlib"]
|
#![crate_type = "staticlib"]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// "tune-cpu" attribute in LLVM.
|
// "tune-cpu" attribute in LLVM.
|
||||||
|
|
||||||
// no-prefer-dynamic
|
// no-prefer-dynamic
|
||||||
// ignore-tidy-linelength
|
//
|
||||||
// compile-flags: -C no-prepopulate-passes -C panic=abort -C linker-plugin-lto -Cpasses=name-anon-globals -Z tune-cpu=generic
|
// compile-flags: -C no-prepopulate-passes -C panic=abort -C linker-plugin-lto -Cpasses=name-anon-globals -Z tune-cpu=generic
|
||||||
|
|
||||||
#![crate_type = "staticlib"]
|
#![crate_type = "staticlib"]
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
||||||
// min-gdb-version: 8.2
|
// min-gdb-version: 8.2
|
||||||
// rust-lldb
|
// rust-lldb
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// ignore-aarch64
|
// ignore-aarch64
|
||||||
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// This fails on lldb 6.0.1 on x86-64 Fedora 28; so mark it macOS-only
|
// This fails on lldb 6.0.1 on x86-64 Fedora 28; so mark it macOS-only
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-lldb
|
// ignore-lldb
|
||||||
// ignore-android: FIXME(#10381)
|
// ignore-android: FIXME(#10381)
|
||||||
// min-gdb-version: 8.1
|
// min-gdb-version: 8.1
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// Require a gdb that can read DW_TAG_variant_part.
|
// Require a gdb that can read DW_TAG_variant_part.
|
||||||
// min-gdb-version: 8.2
|
// min-gdb-version: 8.2
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
||||||
// Some versions of the non-rust-enabled LLDB print the wrong generic
|
// Some versions of the non-rust-enabled LLDB print the wrong generic
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// Require a gdb that can read DW_TAG_variant_part.
|
// Require a gdb that can read DW_TAG_variant_part.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// Some versions of the non-rust-enabled LLDB print the wrong generic
|
// Some versions of the non-rust-enabled LLDB print the wrong generic
|
||||||
// parameter type names in this test.
|
// parameter type names in this test.
|
||||||
// rust-lldb
|
// rust-lldb
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
||||||
// min-gdb-version: 8.2
|
// min-gdb-version: 8.2
|
||||||
// rust-lldb
|
// rust-lldb
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
// Require a gdb that can read DW_TAG_variant_part.
|
// Require a gdb that can read DW_TAG_variant_part.
|
||||||
// min-gdb-version: 8.2
|
// min-gdb-version: 8.2
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
// ignore-gdb-version: 7.11.90 - 7.12.9
|
// ignore-gdb-version: 7.11.90 - 7.12.9
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-windows failing on win32 bot
|
// ignore-windows failing on win32 bot
|
||||||
// ignore-freebsd: gdb package too new
|
// ignore-freebsd: gdb package too new
|
||||||
// ignore-android: FIXME(#10381)
|
// ignore-android: FIXME(#10381)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Need a fix for LLDB first...
|
// Need a fix for LLDB first...
|
||||||
// ignore-lldb
|
// ignore-lldb
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// FIXME: LLVM generates invalid debug info for variables requiring
|
// FIXME: LLVM generates invalid debug info for variables requiring
|
||||||
// dynamic stack realignment, which is the case on s390x for vector
|
// dynamic stack realignment, which is the case on s390x for vector
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
// ignore-gdb-version: 7.11.90 - 7.12.9
|
// ignore-gdb-version: 7.11.90 - 7.12.9
|
||||||
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-test // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
||||||
// min-gdb-version: 8.2
|
// min-gdb-version: 8.2
|
||||||
// rust-lldb
|
// rust-lldb
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
// Require a gdb or lldb that can read DW_TAG_variant_part.
|
||||||
// min-gdb-version: 8.2
|
// min-gdb-version: 8.2
|
||||||
// rust-lldb
|
// rust-lldb
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// ignore-lldb
|
// ignore-lldb
|
||||||
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// ignore-windows
|
// ignore-windows
|
||||||
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
// ignore-gdb // Test temporarily ignored due to debuginfo tests being disabled, see PR 47155
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// compile-flags: -Z mir-opt-level=4 -Zunsound-mir-opts
|
// compile-flags: -Z mir-opt-level=4 -Zunsound-mir-opts
|
||||||
|
|
||||||
// example from #68867
|
// example from #68867
|
||||||
|
|
|
@ -2,299 +2,299 @@
|
||||||
+ // MIR for `try_sum` after SimplifyBranches-final
|
+ // MIR for `try_sum` after SimplifyBranches-final
|
||||||
|
|
||||||
fn try_sum(_1: &ViewportPercentageLength, _2: &ViewportPercentageLength) -> Result<ViewportPercentageLength, ()> {
|
fn try_sum(_1: &ViewportPercentageLength, _2: &ViewportPercentageLength) -> Result<ViewportPercentageLength, ()> {
|
||||||
debug x => _1; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:18:5: 18:6
|
debug x => _1; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:17:5: 17:6
|
||||||
debug other => _2; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:19:5: 19:10
|
debug other => _2; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:18:5: 18:10
|
||||||
let mut _0: std::result::Result<ViewportPercentageLength, ()>; // return place in scope 0 at $DIR/early_otherwise_branch_68867.rs:20:6: 20:42
|
let mut _0: std::result::Result<ViewportPercentageLength, ()>; // return place in scope 0 at $DIR/early_otherwise_branch_68867.rs:19:6: 19:42
|
||||||
let mut _3: ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
let mut _3: ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
let mut _4: (&ViewportPercentageLength, &ViewportPercentageLength); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
let mut _4: (&ViewportPercentageLength, &ViewportPercentageLength); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
let mut _5: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
let mut _5: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
let mut _6: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:18: 22:23
|
let mut _6: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:18: 21:23
|
||||||
let mut _7: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
let mut _7: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
let mut _8: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:21: 24:30
|
let mut _8: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
||||||
let mut _9: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
let mut _9: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: 24:34
|
||||||
let mut _10: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:23: 26:34
|
let mut _10: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
||||||
let mut _11: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
let mut _11: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
let _12: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
let _12: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
let _13: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
let _13: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
let mut _14: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
let mut _14: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
let mut _15: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
let mut _15: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
let mut _16: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
let mut _16: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
let _17: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
let _17: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
let _18: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
let _18: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
let mut _19: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
let mut _19: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
let mut _20: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
let mut _20: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
let mut _21: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
let mut _21: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
let _22: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
let _22: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
let _23: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
let _23: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
let mut _24: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
let mut _24: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
let mut _25: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
let mut _25: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
let mut _26: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
let mut _26: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
let _27: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
let _27: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
let _28: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
let _28: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
let mut _29: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
let mut _29: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
let mut _30: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
let mut _30: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
let mut _31: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
let mut _31: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
let mut _32: !; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:27:14: 27:28
|
let mut _32: !; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:14: 26:28
|
||||||
let mut _33: (); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:27:25: 27:27
|
let mut _33: (); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:25: 26:27
|
||||||
+ let mut _34: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ let mut _34: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
+ let mut _35: bool; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ let mut _35: bool; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
scope 1 {
|
scope 1 {
|
||||||
- debug one => _12; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
- debug one => _12; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
- debug other => _13; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
- debug other => _13; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
+ debug one => _15; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
+ debug one => _15; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
+ debug other => _16; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
+ debug other => _16; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
}
|
}
|
||||||
scope 2 {
|
scope 2 {
|
||||||
- debug one => _17; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
- debug one => _17; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
- debug other => _18; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
- debug other => _18; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
+ debug one => _20; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
+ debug one => _20; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
+ debug other => _21; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
+ debug other => _21; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
}
|
}
|
||||||
scope 3 {
|
scope 3 {
|
||||||
- debug one => _22; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
- debug one => _22; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
- debug other => _23; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
- debug other => _23; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
+ debug one => _25; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
+ debug one => _25; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
+ debug other => _26; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
+ debug other => _26; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
}
|
}
|
||||||
scope 4 {
|
scope 4 {
|
||||||
- debug one => _27; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
- debug one => _27; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
- debug other => _28; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
- debug other => _28; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
+ debug one => _30; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
+ debug one => _30; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
+ debug other => _31; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
+ debug other => _31; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
}
|
}
|
||||||
|
|
||||||
bb0: {
|
bb0: {
|
||||||
- StorageLive(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- StorageLive(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
- StorageLive(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
- StorageLive(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
- StorageLive(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
- StorageLive(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
- _5 = _1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
- _5 = _1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
+ (_4.0: &ViewportPercentageLength) = _1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
+ (_4.0: &ViewportPercentageLength) = _1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
StorageLive(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:18: 22:23
|
StorageLive(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:18: 21:23
|
||||||
_6 = _2; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:18: 22:23
|
_6 = _2; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:18: 21:23
|
||||||
- (_4.0: &ViewportPercentageLength) = move _5; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
- (_4.0: &ViewportPercentageLength) = move _5; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
(_4.1: &ViewportPercentageLength) = move _6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
(_4.1: &ViewportPercentageLength) = move _6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
StorageDead(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:23: 22:24
|
StorageDead(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:23: 21:24
|
||||||
- StorageDead(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:23: 22:24
|
- StorageDead(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:23: 21:24
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:23: 22:24
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:23: 21:24
|
||||||
_11 = discriminant((*(_4.0: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
_11 = discriminant((*(_4.0: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
- switchInt(move _11) -> [0_isize: bb1, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
- switchInt(move _11) -> [0_isize: bb1, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ StorageLive(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ StorageLive(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ _34 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ _34 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ StorageLive(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ StorageLive(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ _35 = Ne(_34, _11); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ _35 = Ne(_34, _11); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ StorageDead(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ StorageDead(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ switchInt(move _35) -> [false: bb7, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ switchInt(move _35) -> [false: bb7, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
}
|
}
|
||||||
|
|
||||||
bb1: {
|
bb1: {
|
||||||
- _7 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
- _7 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
- switchInt(move _7) -> [0_isize: bb6, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
- switchInt(move _7) -> [0_isize: bb6, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb2: {
|
- bb2: {
|
||||||
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:25: 27:27
|
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:25: 26:27
|
||||||
StorageLive(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:25: 27:27
|
StorageLive(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:25: 26:27
|
||||||
- nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:21: 27:28
|
- nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:21: 26:28
|
||||||
discriminant(_0) = 1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:21: 27:28
|
discriminant(_0) = 1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:21: 26:28
|
||||||
StorageDead(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:27: 27:28
|
StorageDead(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:27: 26:28
|
||||||
- StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:6: 28:7
|
- StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:6: 27:7
|
||||||
- StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:1: 29:2
|
- StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:1: 28:2
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:6: 28:7
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:6: 27:7
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:1: 29:2
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:1: 28:2
|
||||||
return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:2: 29:2
|
return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:2: 28:2
|
||||||
}
|
}
|
||||||
|
|
||||||
+ bb2: {
|
+ bb2: {
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
+ _15 = (((*(_4.0: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
+ _15 = (((*(_4.0: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
+ _16 = (((*(_4.1: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
+ _16 = (((*(_4.1: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vw).0: f32) = Add(move _15, move _16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vw).0: f32) = Add(move _15, move _16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:48: 22:49
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:48: 22:49
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:35: 22:50
|
||||||
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 0; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 0; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:35: 22:50
|
||||||
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
+ nop; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
bb3: {
|
bb3: {
|
||||||
- _8 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:21: 24:30
|
- _8 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
||||||
- switchInt(move _8) -> [1_isize: bb7, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:21: 24:30
|
- switchInt(move _8) -> [1_isize: bb7, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
+ _20 = (((*(_4.0: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
+ _20 = (((*(_4.0: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
+ _21 = (((*(_4.1: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
+ _21 = (((*(_4.1: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vh).0: f32) = Add(move _20, move _21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vh).0: f32) = Add(move _20, move _21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:48: 24:49
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:48: 24:49
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:35: 24:50
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
||||||
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 1; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:35: 24:50
|
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 1; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
||||||
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
+ nop; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
bb4: {
|
bb4: {
|
||||||
- _9 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
- _9 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: 24:34
|
||||||
- switchInt(move _9) -> [2_isize: bb8, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
- switchInt(move _9) -> [2_isize: bb8, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: 24:34
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
+ _25 = (((*(_4.0: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
+ _25 = (((*(_4.0: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
+ _26 = (((*(_4.1: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
+ _26 = (((*(_4.1: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vmin).0: f32) = Add(move _25, move _26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vmin).0: f32) = Add(move _25, move _26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:54: 24:55
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:54: 24:55
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:39: 24:56
|
||||||
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 2; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 2; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:39: 24:56
|
||||||
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
+ nop; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
bb5: {
|
bb5: {
|
||||||
- _10 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:23: 26:34
|
- _10 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
||||||
- switchInt(move _10) -> [3_isize: bb9, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:23: 26:34
|
- switchInt(move _10) -> [3_isize: bb9, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
+ _30 = (((*(_4.0: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
+ _30 = (((*(_4.0: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
+ _31 = (((*(_4.1: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
+ _31 = (((*(_4.1: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vmax).0: f32) = Add(move _30, move _31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
+ ((((_0 as Ok).0: ViewportPercentageLength) as Vmax).0: f32) = Add(move _30, move _31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:54: 26:55
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:54: 26:55
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:39: 26:56
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
||||||
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 3; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:39: 26:56
|
+ discriminant(((_0 as Ok).0: ViewportPercentageLength)) = 3; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
||||||
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
+ nop; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
bb6: {
|
bb6: {
|
||||||
- StorageLive(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
- StorageLive(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
- _12 = (((*(_4.0: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
- _12 = (((*(_4.0: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
- StorageLive(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
- StorageLive(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
- _13 = (((*(_4.1: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
- _13 = (((*(_4.1: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
- StorageLive(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
- StorageLive(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
- StorageLive(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
- StorageLive(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
- _15 = _12; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
- _15 = _12; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
- StorageLive(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
- StorageLive(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
- _16 = _13; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
- _16 = _13; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
- _14 = Add(move _15, move _16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
- _14 = Add(move _15, move _16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
- StorageDead(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
- StorageDead(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:48: 22:49
|
||||||
- StorageDead(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
- StorageDead(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:48: 22:49
|
||||||
- ((_3 as Vw).0: f32) = move _14; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
- ((_3 as Vw).0: f32) = move _14; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:35: 22:50
|
||||||
- discriminant(_3) = 0; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
- discriminant(_3) = 0; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:35: 22:50
|
||||||
- StorageDead(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
- StorageDead(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
- StorageDead(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
- StorageDead(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
- StorageDead(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
- StorageDead(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:5: 28:7
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:5: 27:7
|
||||||
+ discriminant(_0) = 0; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:5: 28:7
|
+ discriminant(_0) = 0; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:5: 27:7
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:6: 28:7
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:6: 27:7
|
||||||
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:1: 29:2
|
+ nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:1: 28:2
|
||||||
+ return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:2: 29:2
|
+ return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:2: 28:2
|
||||||
}
|
}
|
||||||
|
|
||||||
bb7: {
|
bb7: {
|
||||||
- StorageLive(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
- StorageLive(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
- _17 = (((*(_4.0: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
- _17 = (((*(_4.0: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
- StorageLive(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
- StorageLive(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
- _18 = (((*(_4.1: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
- _18 = (((*(_4.1: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
- StorageLive(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
- StorageLive(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
- StorageLive(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
- StorageLive(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
- _20 = _17; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
- _20 = _17; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
- StorageLive(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
- StorageLive(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
- _21 = _18; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
- _21 = _18; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
- _19 = Add(move _20, move _21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
- _19 = Add(move _20, move _21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
- StorageDead(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:48: 24:49
|
- StorageDead(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
||||||
- StorageDead(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:48: 24:49
|
- StorageDead(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
||||||
- ((_3 as Vh).0: f32) = move _19; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:35: 24:50
|
- ((_3 as Vh).0: f32) = move _19; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
||||||
- discriminant(_3) = 1; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:35: 24:50
|
- discriminant(_3) = 1; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
||||||
- StorageDead(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
- StorageDead(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
- StorageDead(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
- StorageDead(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
- StorageDead(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
- StorageDead(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb8: {
|
- bb8: {
|
||||||
- StorageLive(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
- StorageLive(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
- _22 = (((*(_4.0: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
- _22 = (((*(_4.0: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
- StorageLive(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
- StorageLive(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
- _23 = (((*(_4.1: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
- _23 = (((*(_4.1: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
- StorageLive(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
- StorageLive(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
- StorageLive(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
- StorageLive(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
- _25 = _22; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
- _25 = _22; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
- StorageLive(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
- StorageLive(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
- _26 = _23; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
- _26 = _23; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
- _24 = Add(move _25, move _26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
- _24 = Add(move _25, move _26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
- StorageDead(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
- StorageDead(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:54: 24:55
|
||||||
- StorageDead(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
- StorageDead(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:54: 24:55
|
||||||
- ((_3 as Vmin).0: f32) = move _24; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
- ((_3 as Vmin).0: f32) = move _24; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:39: 24:56
|
||||||
- discriminant(_3) = 2; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
- discriminant(_3) = 2; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:39: 24:56
|
||||||
- StorageDead(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
- StorageDead(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
- StorageDead(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
- StorageDead(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
- StorageDead(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
- StorageDead(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb9: {
|
- bb9: {
|
||||||
- StorageLive(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
- StorageLive(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
- _27 = (((*(_4.0: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
- _27 = (((*(_4.0: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
- StorageLive(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
- StorageLive(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
- _28 = (((*(_4.1: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
- _28 = (((*(_4.1: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
- StorageLive(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
- StorageLive(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
- StorageLive(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
- StorageLive(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
- _30 = _27; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
- _30 = _27; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
- StorageLive(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
- StorageLive(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
- _31 = _28; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
- _31 = _28; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
- _29 = Add(move _30, move _31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
- _29 = Add(move _30, move _31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
- StorageDead(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:54: 26:55
|
- StorageDead(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
||||||
- StorageDead(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:54: 26:55
|
- StorageDead(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
||||||
- ((_3 as Vmax).0: f32) = move _29; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:39: 26:56
|
- ((_3 as Vmax).0: f32) = move _29; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
||||||
- discriminant(_3) = 3; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:39: 26:56
|
- discriminant(_3) = 3; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
||||||
- StorageDead(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
- StorageDead(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
- StorageDead(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
- StorageDead(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
- StorageDead(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
- StorageDead(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb10: {
|
- bb10: {
|
||||||
- ((_0 as Ok).0: ViewportPercentageLength) = move _3; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:5: 28:7
|
- ((_0 as Ok).0: ViewportPercentageLength) = move _3; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:5: 27:7
|
||||||
- discriminant(_0) = 0; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:5: 28:7
|
- discriminant(_0) = 0; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:5: 27:7
|
||||||
- StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:6: 28:7
|
- StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:6: 27:7
|
||||||
- StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:1: 29:2
|
- StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:1: 28:2
|
||||||
- return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:2: 29:2
|
- return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:2: 28:2
|
||||||
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
+ switchInt(_11) -> [0_isize: bb2, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ switchInt(_11) -> [0_isize: bb2, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,215 +2,215 @@
|
||||||
+ // MIR for `try_sum` after EarlyOtherwiseBranch
|
+ // MIR for `try_sum` after EarlyOtherwiseBranch
|
||||||
|
|
||||||
fn try_sum(_1: &ViewportPercentageLength, _2: &ViewportPercentageLength) -> Result<ViewportPercentageLength, ()> {
|
fn try_sum(_1: &ViewportPercentageLength, _2: &ViewportPercentageLength) -> Result<ViewportPercentageLength, ()> {
|
||||||
debug x => _1; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:18:5: 18:6
|
debug x => _1; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:17:5: 17:6
|
||||||
debug other => _2; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:19:5: 19:10
|
debug other => _2; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:18:5: 18:10
|
||||||
let mut _0: std::result::Result<ViewportPercentageLength, ()>; // return place in scope 0 at $DIR/early_otherwise_branch_68867.rs:20:6: 20:42
|
let mut _0: std::result::Result<ViewportPercentageLength, ()>; // return place in scope 0 at $DIR/early_otherwise_branch_68867.rs:19:6: 19:42
|
||||||
let mut _3: ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
let mut _3: ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
let mut _4: (&ViewportPercentageLength, &ViewportPercentageLength); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
let mut _4: (&ViewportPercentageLength, &ViewportPercentageLength); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
let mut _5: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
let mut _5: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
let mut _6: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:18: 22:23
|
let mut _6: &ViewportPercentageLength; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:21:18: 21:23
|
||||||
let mut _7: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
let mut _7: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
let mut _8: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:21: 24:30
|
let mut _8: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
||||||
let mut _9: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
let mut _9: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: 24:34
|
||||||
let mut _10: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:23: 26:34
|
let mut _10: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
||||||
let mut _11: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
let mut _11: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
let _12: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
let _12: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
let _13: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
let _13: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
let mut _14: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
let mut _14: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
let mut _15: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
let mut _15: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
let mut _16: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
let mut _16: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
let _17: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
let _17: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
let _18: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
let _18: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
let mut _19: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
let mut _19: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
let mut _20: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
let mut _20: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
let mut _21: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
let mut _21: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
let _22: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
let _22: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
let _23: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
let _23: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
let mut _24: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
let mut _24: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
let mut _25: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
let mut _25: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
let mut _26: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
let mut _26: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
let _27: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
let _27: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
let _28: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
let _28: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
let mut _29: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
let mut _29: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
let mut _30: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
let mut _30: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
let mut _31: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
let mut _31: f32; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
let mut _32: !; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:27:14: 27:28
|
let mut _32: !; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:14: 26:28
|
||||||
let mut _33: (); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:27:25: 27:27
|
let mut _33: (); // in scope 0 at $DIR/early_otherwise_branch_68867.rs:26:25: 26:27
|
||||||
+ let mut _34: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ let mut _34: isize; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
+ let mut _35: bool; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ let mut _35: bool; // in scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
scope 1 {
|
scope 1 {
|
||||||
debug one => _12; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
debug one => _12; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
debug other => _13; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
debug other => _13; // in scope 1 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
}
|
}
|
||||||
scope 2 {
|
scope 2 {
|
||||||
debug one => _17; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
debug one => _17; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
debug other => _18; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
debug other => _18; // in scope 2 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
}
|
}
|
||||||
scope 3 {
|
scope 3 {
|
||||||
debug one => _22; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
debug one => _22; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
debug other => _23; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
debug other => _23; // in scope 3 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
}
|
}
|
||||||
scope 4 {
|
scope 4 {
|
||||||
debug one => _27; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
debug one => _27; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
debug other => _28; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
debug other => _28; // in scope 4 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
}
|
}
|
||||||
|
|
||||||
bb0: {
|
bb0: {
|
||||||
StorageLive(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
StorageLive(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
StorageLive(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
StorageLive(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
StorageLive(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
StorageLive(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
_5 = _1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:15: 22:16
|
_5 = _1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:15: 21:16
|
||||||
StorageLive(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:18: 22:23
|
StorageLive(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:18: 21:23
|
||||||
_6 = _2; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:18: 22:23
|
_6 = _2; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:18: 21:23
|
||||||
(_4.0: &ViewportPercentageLength) = move _5; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
(_4.0: &ViewportPercentageLength) = move _5; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
(_4.1: &ViewportPercentageLength) = move _6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:24
|
(_4.1: &ViewportPercentageLength) = move _6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:14: 21:24
|
||||||
StorageDead(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:23: 22:24
|
StorageDead(_6); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:23: 21:24
|
||||||
StorageDead(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:23: 22:24
|
StorageDead(_5); // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:23: 21:24
|
||||||
_11 = discriminant((*(_4.0: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
_11 = discriminant((*(_4.0: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
- switchInt(move _11) -> [0_isize: bb1, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
- switchInt(move _11) -> [0_isize: bb1, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ StorageLive(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ StorageLive(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ _34 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ _34 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ StorageLive(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ StorageLive(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ _35 = Ne(_34, _11); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ _35 = Ne(_34, _11); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ StorageDead(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ StorageDead(_34); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
+ switchInt(move _35) -> [false: bb7, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:11: 23:18
|
+ switchInt(move _35) -> [false: bb7, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:11: 22:18
|
||||||
}
|
}
|
||||||
|
|
||||||
bb1: {
|
bb1: {
|
||||||
- _7 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
- _7 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
- switchInt(move _7) -> [0_isize: bb6, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
- switchInt(move _7) -> [0_isize: bb6, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb2: {
|
- bb2: {
|
||||||
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:25: 27:27
|
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:25: 26:27
|
||||||
StorageLive(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:25: 27:27
|
StorageLive(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:25: 26:27
|
||||||
- nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:21: 27:28
|
- nop; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:21: 26:28
|
||||||
discriminant(_0) = 1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:21: 27:28
|
discriminant(_0) = 1; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:21: 26:28
|
||||||
StorageDead(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:27: 27:28
|
StorageDead(_33); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:27: 26:28
|
||||||
StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:6: 28:7
|
StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:6: 27:7
|
||||||
StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:1: 29:2
|
StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:1: 28:2
|
||||||
return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:2: 29:2
|
return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:2: 28:2
|
||||||
}
|
}
|
||||||
|
|
||||||
- bb3: {
|
- bb3: {
|
||||||
- _8 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:21: 24:30
|
- _8 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
||||||
- switchInt(move _8) -> [1_isize: bb7, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:21: 24:30
|
- switchInt(move _8) -> [1_isize: bb7, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb4: {
|
- bb4: {
|
||||||
- _9 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
- _9 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: 24:34
|
||||||
- switchInt(move _9) -> [2_isize: bb8, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
- switchInt(move _9) -> [2_isize: bb8, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:23: 24:34
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb5: {
|
- bb5: {
|
||||||
- _10 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:23: 26:34
|
- _10 = discriminant((*(_4.1: &ViewportPercentageLength))); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
||||||
- switchInt(move _10) -> [3_isize: bb9, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:23: 26:34
|
- switchInt(move _10) -> [3_isize: bb9, otherwise: bb2]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:23: 25:34
|
||||||
- }
|
- }
|
||||||
-
|
-
|
||||||
- bb6: {
|
- bb6: {
|
||||||
+ bb2: {
|
+ bb2: {
|
||||||
StorageLive(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
StorageLive(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
_12 = (((*(_4.0: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
_12 = (((*(_4.0: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:14: 22:17
|
||||||
StorageLive(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
StorageLive(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
_13 = (((*(_4.1: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
_13 = (((*(_4.1: &ViewportPercentageLength)) as Vw).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:24: 22:29
|
||||||
StorageLive(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
StorageLive(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
StorageLive(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
StorageLive(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
_15 = _12; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
_15 = _12; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:41
|
||||||
StorageLive(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
StorageLive(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
_16 = _13; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
_16 = _13; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:44: 22:49
|
||||||
_14 = Add(move _15, move _16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
_14 = Add(move _15, move _16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:38: 22:49
|
||||||
StorageDead(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
StorageDead(_16); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:48: 22:49
|
||||||
StorageDead(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
StorageDead(_15); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:48: 22:49
|
||||||
((_3 as Vw).0: f32) = move _14; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
((_3 as Vw).0: f32) = move _14; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:35: 22:50
|
||||||
discriminant(_3) = 0; // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
discriminant(_3) = 0; // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:35: 22:50
|
||||||
StorageDead(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
StorageDead(_14); // scope 1 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
StorageDead(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
StorageDead(_13); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
StorageDead(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
StorageDead(_12); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:49: 22:50
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
- bb7: {
|
- bb7: {
|
||||||
+ bb3: {
|
+ bb3: {
|
||||||
StorageLive(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
StorageLive(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
_17 = (((*(_4.0: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:14: 24:17
|
_17 = (((*(_4.0: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:14: 23:17
|
||||||
StorageLive(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
StorageLive(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
_18 = (((*(_4.1: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:24: 24:29
|
_18 = (((*(_4.1: &ViewportPercentageLength)) as Vh).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:24: 23:29
|
||||||
StorageLive(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
StorageLive(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
StorageLive(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
StorageLive(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
_20 = _17; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:41
|
_20 = _17; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:41
|
||||||
StorageLive(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
StorageLive(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
_21 = _18; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:49
|
_21 = _18; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:44: 23:49
|
||||||
_19 = Add(move _20, move _21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:38: 24:49
|
_19 = Add(move _20, move _21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:38: 23:49
|
||||||
StorageDead(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:48: 24:49
|
StorageDead(_21); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
||||||
StorageDead(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:48: 24:49
|
StorageDead(_20); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:48: 23:49
|
||||||
((_3 as Vh).0: f32) = move _19; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:35: 24:50
|
((_3 as Vh).0: f32) = move _19; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
||||||
discriminant(_3) = 1; // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:35: 24:50
|
discriminant(_3) = 1; // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:35: 23:50
|
||||||
StorageDead(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
StorageDead(_19); // scope 2 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
StorageDead(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
StorageDead(_18); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
StorageDead(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:49: 24:50
|
StorageDead(_17); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:49: 23:50
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
- bb8: {
|
- bb8: {
|
||||||
+ bb4: {
|
+ bb4: {
|
||||||
StorageLive(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
StorageLive(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
_22 = (((*(_4.0: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
_22 = (((*(_4.0: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:16: 24:19
|
||||||
StorageLive(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
StorageLive(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
_23 = (((*(_4.1: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
_23 = (((*(_4.1: &ViewportPercentageLength)) as Vmin).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:28: 24:33
|
||||||
StorageLive(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
StorageLive(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
StorageLive(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
StorageLive(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
_25 = _22; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
_25 = _22; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:47
|
||||||
StorageLive(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
StorageLive(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
_26 = _23; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
_26 = _23; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:50: 24:55
|
||||||
_24 = Add(move _25, move _26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
_24 = Add(move _25, move _26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:44: 24:55
|
||||||
StorageDead(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
StorageDead(_26); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:54: 24:55
|
||||||
StorageDead(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
StorageDead(_25); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:54: 24:55
|
||||||
((_3 as Vmin).0: f32) = move _24; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
((_3 as Vmin).0: f32) = move _24; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:39: 24:56
|
||||||
discriminant(_3) = 2; // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
discriminant(_3) = 2; // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:39: 24:56
|
||||||
StorageDead(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
StorageDead(_24); // scope 3 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
StorageDead(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
StorageDead(_23); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
StorageDead(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
StorageDead(_22); // scope 0 at $DIR/early_otherwise_branch_68867.rs:24:55: 24:56
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
- bb9: {
|
- bb9: {
|
||||||
+ bb5: {
|
+ bb5: {
|
||||||
StorageLive(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
StorageLive(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
_27 = (((*(_4.0: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:16: 26:19
|
_27 = (((*(_4.0: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:16: 25:19
|
||||||
StorageLive(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
StorageLive(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
_28 = (((*(_4.1: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:28: 26:33
|
_28 = (((*(_4.1: &ViewportPercentageLength)) as Vmax).0: f32); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:28: 25:33
|
||||||
StorageLive(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
StorageLive(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
StorageLive(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
StorageLive(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
_30 = _27; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:47
|
_30 = _27; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:47
|
||||||
StorageLive(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
StorageLive(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
_31 = _28; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:50: 26:55
|
_31 = _28; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:50: 25:55
|
||||||
_29 = Add(move _30, move _31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:44: 26:55
|
_29 = Add(move _30, move _31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:44: 25:55
|
||||||
StorageDead(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:54: 26:55
|
StorageDead(_31); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
||||||
StorageDead(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:54: 26:55
|
StorageDead(_30); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:54: 25:55
|
||||||
((_3 as Vmax).0: f32) = move _29; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:39: 26:56
|
((_3 as Vmax).0: f32) = move _29; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
||||||
discriminant(_3) = 3; // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:39: 26:56
|
discriminant(_3) = 3; // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:39: 25:56
|
||||||
StorageDead(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
StorageDead(_29); // scope 4 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
StorageDead(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
StorageDead(_28); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
StorageDead(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:26:55: 26:56
|
StorageDead(_27); // scope 0 at $DIR/early_otherwise_branch_68867.rs:25:55: 25:56
|
||||||
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
- goto -> bb10; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:8: 28:6
|
+ goto -> bb6; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:8: 27:6
|
||||||
}
|
}
|
||||||
|
|
||||||
- bb10: {
|
- bb10: {
|
||||||
+ bb6: {
|
+ bb6: {
|
||||||
((_0 as Ok).0: ViewportPercentageLength) = move _3; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:5: 28:7
|
((_0 as Ok).0: ViewportPercentageLength) = move _3; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:5: 27:7
|
||||||
discriminant(_0) = 0; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:5: 28:7
|
discriminant(_0) = 0; // scope 0 at $DIR/early_otherwise_branch_68867.rs:21:5: 27:7
|
||||||
StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:6: 28:7
|
StorageDead(_3); // scope 0 at $DIR/early_otherwise_branch_68867.rs:27:6: 27:7
|
||||||
StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:1: 29:2
|
StorageDead(_4); // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:1: 28:2
|
||||||
return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:29:2: 29:2
|
return; // scope 0 at $DIR/early_otherwise_branch_68867.rs:28:2: 28:2
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ bb7: {
|
+ bb7: {
|
||||||
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ StorageDead(_35); // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
+ switchInt(_11) -> [0_isize: bb2, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:23:21: 23:30
|
+ switchInt(_11) -> [0_isize: bb2, 1_isize: bb3, 2_isize: bb4, 3_isize: bb5, otherwise: bb1]; // scope 0 at $DIR/early_otherwise_branch_68867.rs:22:21: 22:30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
// Check to see if we can get parameters from an @argsfile file
|
// Check to see if we can get parameters from an @argsfile file
|
||||||
//
|
//
|
||||||
// ignore-tidy-linelength
|
|
||||||
// normalize-stderr-test: "os error \d+" -> "os error $$ERR"
|
// normalize-stderr-test: "os error \d+" -> "os error $$ERR"
|
||||||
// normalize-stderr-test: "commandline-argfile-missing.args:[^(]*" -> "commandline-argfile-missing.args: $$FILE_MISSING "
|
// normalize-stderr-test: "commandline-argfile-missing.args:[^(]*" -> "commandline-argfile-missing.args: $$FILE_MISSING "
|
||||||
// compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-missing.args
|
// compile-flags: --cfg cmdline_set @{{src-base}}/commandline-argfile-missing.args
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// check-pass
|
// check-pass
|
||||||
// run-rustfix
|
// run-rustfix
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// check-pass
|
// check-pass
|
||||||
// run-rustfix
|
// run-rustfix
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
warning: unknown `doc` attribute `spotlight`
|
warning: unknown `doc` attribute `spotlight`
|
||||||
--> $DIR/doc-spotlight.rs:7:7
|
--> $DIR/doc-spotlight.rs:6:7
|
||||||
|
|
|
|
||||||
LL | #[doc(spotlight)]
|
LL | #[doc(spotlight)]
|
||||||
| ^^^^^^^^^ help: use `notable_trait` instead
|
| ^^^^^^^^^ help: use `notable_trait` instead
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#![crate_name = "foo"]
|
#![crate_name = "foo"]
|
||||||
|
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
pub trait Expression {
|
pub trait Expression {
|
||||||
type SqlType;
|
type SqlType;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![crate_type="lib"]
|
#![crate_type="lib"]
|
||||||
|
|
||||||
// @has assoc_types/trait.Index.html
|
// @has assoc_types/trait.Index.html
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
// edition:2018
|
// edition:2018
|
||||||
// @has async_fn/fn.foo.html '//pre[@class="rust fn"]' 'pub async fn foo() -> Option<Foo>'
|
// @has async_fn/fn.foo.html '//pre[@class="rust fn"]' 'pub async fn foo() -> Option<Foo>'
|
||||||
pub async fn foo() -> Option<Foo> {
|
pub async fn foo() -> Option<Foo> {
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![crate_name = "foo"]
|
#![crate_name = "foo"]
|
||||||
|
|
||||||
#![unstable(feature = "humans",
|
#![unstable(feature = "humans",
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![feature(const_generics)]
|
#![feature(const_generics)]
|
||||||
#![crate_name = "foo"]
|
#![crate_name = "foo"]
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
#![feature(const_generics)]
|
#![feature(const_generics)]
|
||||||
|
|
||||||
#![crate_name = "foo"]
|
#![crate_name = "foo"]
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
#![crate_name = "foo"]
|
#![crate_name = "foo"]
|
||||||
|
|
||||||
// @has foo/type.CellIndex.html '//pre[@class="rust typedef"]' 'type CellIndex<const D: usize> = [i64; D];'
|
// @has foo/type.CellIndex.html '//pre[@class="rust typedef"]' 'type CellIndex<const D: usize> = [i64; D];'
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// ignore-tidy-linelength
|
|
||||||
|
|
||||||
// #26207: Show all methods reachable via Deref impls, recursing through multiple dereferencing
|
// #26207: Show all methods reachable via Deref impls, recursing through multiple dereferencing
|
||||||
// levels and across multiple crates.
|
// levels and across multiple crates.
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue