]> git.lizzy.rs Git - rust.git/blobdiff - tests/mir-opt/const_prop/aggregate.main.PreCodegen.after.mir
Bless tests.
[rust.git] / tests / mir-opt / const_prop / aggregate.main.PreCodegen.after.mir
index cfc9a72e3b2287d4a4595a679a93200a796e31a6..920d73f8a596bcc6af68727740530389f88dc81b 100644 (file)
@@ -13,10 +13,7 @@ fn main() -> () {
         StorageLive(_1);                 // scope 0 at $DIR/aggregate.rs:+1:9: +1:10
         StorageLive(_2);                 // scope 0 at $DIR/aggregate.rs:+1:13: +1:24
         StorageLive(_3);                 // scope 0 at $DIR/aggregate.rs:+1:13: +1:22
-        Deinit(_3);                      // scope 0 at $DIR/aggregate.rs:+1:13: +1:22
-        (_3.0: i32) = const 0_i32;       // scope 0 at $DIR/aggregate.rs:+1:13: +1:22
-        (_3.1: i32) = const 1_i32;       // scope 0 at $DIR/aggregate.rs:+1:13: +1:22
-        (_3.2: i32) = const 2_i32;       // scope 0 at $DIR/aggregate.rs:+1:13: +1:22
+        _3 = (const 0_i32, const 1_i32, const 2_i32); // scope 0 at $DIR/aggregate.rs:+1:13: +1:22
         _2 = const 1_i32;                // scope 0 at $DIR/aggregate.rs:+1:13: +1:24
         _1 = const 1_i32;                // scope 0 at $DIR/aggregate.rs:+1:13: +1:28
         StorageDead(_2);                 // scope 0 at $DIR/aggregate.rs:+1:27: +1:28