summaryrefslogtreecommitdiffstats
path: root/src/test/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir')
-rw-r--r--src/test/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir b/src/test/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir
deleted file mode 100644
index 2b0e8f104..000000000
--- a/src/test/mir-opt/building/custom/simple_assign.simple_ref.built.after.mir
+++ /dev/null
@@ -1,10 +0,0 @@
-// MIR for `simple_ref` after built
-
-fn simple_ref(_1: &mut i32) -> &mut i32 {
- let mut _0: &mut i32; // return place in scope 0 at $DIR/simple_assign.rs:+0:35: +0:43
-
- bb0: {
- _0 = move _1; // scope 0 at $DIR/simple_assign.rs:+2:9: +2:22
- return; // scope 0 at $DIR/simple_assign.rs:+3:9: +3:17
- }
-}