Update mir-opt filechecks

This commit is contained in:
Scott McMurray 2024-08-18 15:51:53 -07:00
parent 32185decd6
commit 249a36ffbd
45 changed files with 356 additions and 356 deletions

View file

@ -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;