about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_diverging.f.Inline.diff
diff options
context:
space:
mode:
authorAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>2023-01-05 09:13:28 +0100
committerAlbert Larsan <74931857+albertlarsan68@users.noreply.github.com>2023-01-11 09:32:08 +0000
commitcf2dff2b1e3fa55fa5415d524200070d0d7aacfe (patch)
tree40a88d9a46aaf3e8870676eb2538378b75a263eb /src/test/mir-opt/inline/inline_diverging.f.Inline.diff
parentca855e6e42787ecd062d81d53336fe6788ef51a9 (diff)
downloadrust-cf2dff2b1e3fa55fa5415d524200070d0d7aacfe.tar.gz
rust-cf2dff2b1e3fa55fa5415d524200070d0d7aacfe.zip
Move /src/test to /tests
Diffstat (limited to 'src/test/mir-opt/inline/inline_diverging.f.Inline.diff')
-rw-r--r--src/test/mir-opt/inline/inline_diverging.f.Inline.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/test/mir-opt/inline/inline_diverging.f.Inline.diff b/src/test/mir-opt/inline/inline_diverging.f.Inline.diff
deleted file mode 100644
index b49191f495b..00000000000
--- a/src/test/mir-opt/inline/inline_diverging.f.Inline.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-- // MIR for `f` before Inline
-+ // MIR for `f` after Inline
-  
-  fn f() -> () {
-      let mut _0: ();                      // return place in scope 0 at $DIR/inline_diverging.rs:+0:12: +0:12
-      let mut _1: !;                       // in scope 0 at $DIR/inline_diverging.rs:+0:12: +2:2
-      let _2: !;                           // in scope 0 at $DIR/inline_diverging.rs:+1:5: +1:12
-+     scope 1 (inlined sleep) {            // at $DIR/inline_diverging.rs:8:5: 8:12
-+     }
-  
-      bb0: {
-          StorageLive(_2);                 // scope 0 at $DIR/inline_diverging.rs:+1:5: +1:12
--         _2 = sleep();                    // scope 0 at $DIR/inline_diverging.rs:+1:5: +1:12
--                                          // mir::Constant
--                                          // + span: $DIR/inline_diverging.rs:8:5: 8:10
--                                          // + literal: Const { ty: fn() -> ! {sleep}, val: Value(<ZST>) }
-+         goto -> bb1;                     // scope 0 at $DIR/inline_diverging.rs:+1:5: +1:12
-+     }
-+ 
-+     bb1: {
-+         goto -> bb1;                     // scope 1 at $DIR/inline_diverging.rs:39:5: 39:12
-      }
-  }
-