Update mir-opt filechecks
This commit is contained in:
parent
32185decd6
commit
249a36ffbd
45 changed files with 356 additions and 356 deletions
|
|
@ -15,7 +15,7 @@ fn main() {
|
|||
// CHECK: debug x => [[x:_.*]];
|
||||
// CHECK: debug y => [[y:_.*]];
|
||||
// CHECK: [[y]] = const 1_usize;
|
||||
// CHECK: [[tmp:_.*]] = [[y]];
|
||||
// CHECK: [[tmp:_.*]] = copy [[y]];
|
||||
// CHECK: [[x]][[[tmp]]] =
|
||||
let mut x = [42, 43, 44];
|
||||
let mut y = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue