We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b1083 commit 699b59cCopy full SHA for 699b59c
tests/mir-opt/dataflow-const-prop/terminator.rs
@@ -9,6 +9,6 @@ fn foo(n: i32) {}
9
fn main() {
10
let a = 1;
11
// Checks that we propagate into terminators.
12
- // CHECK: {{_.*}} = foo(const 2_i32) -> [return: {{bb.*}}, unwind continue];
+ // CHECK: {{_.*}} = foo(const 2_i32) -> [return: {{bb.*}}, unwind
13
foo(a + 1);
14
}
0 commit comments