summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:31 +0000
commitdc0db358abe19481e475e10c32149b53370f1a1c (patch)
treeab8ce99c4b255ce46f99ef402c27916055b899ee /tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir
parentReleasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff)
downloadrustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz
rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir')
-rw-r--r--tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir25
1 files changed, 11 insertions, 14 deletions
diff --git a/tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir b/tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir
index 30311890e..b95b8c787 100644
--- a/tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir
+++ b/tests/mir-opt/const_allocation2.main.ConstProp.after.64bit.mir
@@ -1,22 +1,19 @@
// MIR for `main` after ConstProp
fn main() -> () {
- let mut _0: (); // return place in scope 0 at $DIR/const_allocation2.rs:+0:11: +0:11
- let _1: &[(std::option::Option<i32>, &[&u8])]; // in scope 0 at $DIR/const_allocation2.rs:+1:5: +1:8
- let mut _2: &&[(std::option::Option<i32>, &[&u8])]; // in scope 0 at $DIR/const_allocation2.rs:+1:5: +1:8
+ let mut _0: ();
+ let _1: &[(std::option::Option<i32>, &[&u8])];
+ let mut _2: &&[(std::option::Option<i32>, &[&u8])];
bb0: {
- StorageLive(_1); // scope 0 at $DIR/const_allocation2.rs:+1:5: +1:8
- StorageLive(_2); // scope 0 at $DIR/const_allocation2.rs:+1:5: +1:8
- _2 = const {alloc1: &&[(Option<i32>, &[&u8])]}; // scope 0 at $DIR/const_allocation2.rs:+1:5: +1:8
- // mir::Constant
- // + span: $DIR/const_allocation2.rs:6:5: 6:8
- // + literal: Const { ty: &&[(Option<i32>, &[&u8])], val: Value(Scalar(alloc1)) }
- _1 = (*_2); // scope 0 at $DIR/const_allocation2.rs:+1:5: +1:8
- StorageDead(_2); // scope 0 at $DIR/const_allocation2.rs:+1:8: +1:9
- StorageDead(_1); // scope 0 at $DIR/const_allocation2.rs:+1:8: +1:9
- _0 = const (); // scope 0 at $DIR/const_allocation2.rs:+0:11: +2:2
- return; // scope 0 at $DIR/const_allocation2.rs:+2:2: +2:2
+ StorageLive(_1);
+ StorageLive(_2);
+ _2 = const {alloc1: &&[(Option<i32>, &[&u8])]};
+ _1 = (*_2);
+ StorageDead(_2);
+ StorageDead(_1);
+ _0 = const ();
+ return;
}
}