summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/inline/inline_options.main.Inline.after.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/inline/inline_options.main.Inline.after.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/inline/inline_options.main.Inline.after.mir')
-rw-r--r--tests/mir-opt/inline/inline_options.main.Inline.after.mir55
1 files changed, 0 insertions, 55 deletions
diff --git a/tests/mir-opt/inline/inline_options.main.Inline.after.mir b/tests/mir-opt/inline/inline_options.main.Inline.after.mir
deleted file mode 100644
index a2938ead0..000000000
--- a/tests/mir-opt/inline/inline_options.main.Inline.after.mir
+++ /dev/null
@@ -1,55 +0,0 @@
-// MIR for `main` after Inline
-
-fn main() -> () {
- let mut _0: (); // return place in scope 0 at $DIR/inline_options.rs:+0:11: +0:11
- let _1: (); // in scope 0 at $DIR/inline_options.rs:+1:5: +1:18
- let _2: (); // in scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- scope 1 (inlined inlined::<u32>) { // at $DIR/inline_options.rs:11:5: 11:21
- let _3: (); // in scope 1 at $DIR/inline_options.rs:17:23: 17:26
- let _4: (); // in scope 1 at $DIR/inline_options.rs:17:28: 17:31
- let _5: (); // in scope 1 at $DIR/inline_options.rs:17:33: 17:36
- }
-
- bb0: {
- StorageLive(_1); // scope 0 at $DIR/inline_options.rs:+1:5: +1:18
- _1 = not_inlined() -> bb1; // scope 0 at $DIR/inline_options.rs:+1:5: +1:18
- // mir::Constant
- // + span: $DIR/inline_options.rs:10:5: 10:16
- // + literal: Const { ty: fn() {not_inlined}, val: Value(<ZST>) }
- }
-
- bb1: {
- StorageDead(_1); // scope 0 at $DIR/inline_options.rs:+1:18: +1:19
- StorageLive(_2); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- StorageLive(_3); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- StorageLive(_4); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- StorageLive(_5); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- _3 = g() -> bb3; // scope 1 at $DIR/inline_options.rs:17:23: 17:26
- // mir::Constant
- // + span: $DIR/inline_options.rs:17:23: 17:24
- // + literal: Const { ty: fn() {g}, val: Value(<ZST>) }
- }
-
- bb2: {
- StorageDead(_5); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- StorageDead(_4); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- StorageDead(_3); // scope 0 at $DIR/inline_options.rs:+2:5: +2:21
- StorageDead(_2); // scope 0 at $DIR/inline_options.rs:+2:21: +2:22
- _0 = const (); // scope 0 at $DIR/inline_options.rs:+0:11: +3:2
- return; // scope 0 at $DIR/inline_options.rs:+3:2: +3:2
- }
-
- bb3: {
- _4 = g() -> bb4; // scope 1 at $DIR/inline_options.rs:17:28: 17:31
- // mir::Constant
- // + span: $DIR/inline_options.rs:17:28: 17:29
- // + literal: Const { ty: fn() {g}, val: Value(<ZST>) }
- }
-
- bb4: {
- _5 = g() -> bb2; // scope 1 at $DIR/inline_options.rs:17:33: 17:36
- // mir::Constant
- // + span: $DIR/inline_options.rs:17:33: 17:34
- // + literal: Const { ty: fn() {g}, val: Value(<ZST>) }
- }
-}