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_len.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_len.NormalizeArrayLen.diff')
| -rw-r--r-- | src/test/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff b/src/test/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff index 892fdda818e..b41582477c6 100644 --- a/src/test/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff +++ b/src/test/mir-opt/lower_array_len.array_len.NormalizeArrayLen.diff @@ -26,5 +26,9 @@ StorageDead(_2); // scope 0 at $DIR/lower_array_len.rs:31:13: 31:14 return; // scope 0 at $DIR/lower_array_len.rs:32:2: 32:2 } + + bb2 (cleanup): { + resume; // scope 0 at $DIR/lower_array_len.rs:30:1: 32:2 + } } |
