diff options
| author | ouz-a <oguz.agcayazi@gmail.com> | 2022-04-04 18:51:32 +0300 |
|---|---|---|
| committer | ouz-a <oguz.agcayazi@gmail.com> | 2022-04-04 18:51:32 +0300 |
| commit | 4332b5f90303ac2aa7a8c8f036962b72cd420ac4 (patch) | |
| tree | d565e931972903271a820634c1edf8942204a9d1 /src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff | |
| parent | bc881e83d1cced71046e844fa55c0b0e9f9af382 (diff) | |
| download | rust-4332b5f90303ac2aa7a8c8f036962b72cd420ac4.tar.gz rust-4332b5f90303ac2aa7a8c8f036962b72cd420ac4.zip | |
New mir-opt deref_separator
Diffstat (limited to 'src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff')
| -rw-r--r-- | src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff b/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff index d6c1c92cd91..2e034670186 100644 --- a/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff +++ b/src/test/mir-opt/lower_array_len.array_bound.NormalizeArrayLen.diff @@ -64,5 +64,9 @@ StorageDead(_3); // scope 0 at $DIR/lower_array_len.rs:11:5: 11:6 return; // scope 0 at $DIR/lower_array_len.rs:12:2: 12:2 } + + bb6 (cleanup): { + resume; // scope 0 at $DIR/lower_array_len.rs:6:1: 12:2 + } } |
