update terminator.rs
This commit is contained in:
parent
65b10839d6
commit
699b59c01d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ fn foo(n: i32) {}
|
|||
fn main() {
|
||||
let a = 1;
|
||||
// Checks that we propagate into terminators.
|
||||
// CHECK: {{_.*}} = foo(const 2_i32) -> [return: {{bb.*}}, unwind continue];
|
||||
// CHECK: {{_.*}} = foo(const 2_i32) -> [return: {{bb.*}}, unwind
|
||||
foo(a + 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue