summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/gvn.arithmetic_float.GVN.panic-unwind.diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/mir-opt/gvn.arithmetic_float.GVN.panic-unwind.diff66
1 files changed, 33 insertions, 33 deletions
diff --git a/tests/mir-opt/gvn.arithmetic_float.GVN.panic-unwind.diff b/tests/mir-opt/gvn.arithmetic_float.GVN.panic-unwind.diff
index 36c26dc66..28664cb0a 100644
--- a/tests/mir-opt/gvn.arithmetic_float.GVN.panic-unwind.diff
+++ b/tests/mir-opt/gvn.arithmetic_float.GVN.panic-unwind.diff
@@ -37,11 +37,11 @@
bb0: {
StorageLive(_2);
StorageLive(_3);
-- StorageLive(_4);
-- _4 = _1;
+ StorageLive(_4);
+ _4 = _1;
- _3 = Add(move _4, const 0f64);
-- StorageDead(_4);
+ _3 = Add(_1, const 0f64);
+ StorageDead(_4);
_2 = opaque::<f64>(move _3) -> [return: bb1, unwind continue];
}
@@ -50,11 +50,11 @@
StorageDead(_2);
StorageLive(_5);
StorageLive(_6);
-- StorageLive(_7);
-- _7 = _1;
+ StorageLive(_7);
+ _7 = _1;
- _6 = Sub(move _7, const 0f64);
-- StorageDead(_7);
+ _6 = Sub(_1, const 0f64);
+ StorageDead(_7);
_5 = opaque::<f64>(move _6) -> [return: bb2, unwind continue];
}
@@ -63,11 +63,11 @@
StorageDead(_5);
StorageLive(_8);
StorageLive(_9);
-- StorageLive(_10);
-- _10 = _1;
+ StorageLive(_10);
+ _10 = _1;
- _9 = Mul(move _10, const 0f64);
-- StorageDead(_10);
+ _9 = Mul(_1, const 0f64);
+ StorageDead(_10);
_8 = opaque::<f64>(move _9) -> [return: bb3, unwind continue];
}
@@ -76,11 +76,11 @@
StorageDead(_8);
StorageLive(_11);
StorageLive(_12);
-- StorageLive(_13);
-- _13 = _1;
+ StorageLive(_13);
+ _13 = _1;
- _12 = Div(move _13, const 0f64);
-- StorageDead(_13);
+ _12 = Div(_1, const 0f64);
+ StorageDead(_13);
_11 = opaque::<f64>(move _12) -> [return: bb4, unwind continue];
}
@@ -89,11 +89,11 @@
StorageDead(_11);
StorageLive(_14);
StorageLive(_15);
-- StorageLive(_16);
-- _16 = _1;
+ StorageLive(_16);
+ _16 = _1;
- _15 = Div(const 0f64, move _16);
-- StorageDead(_16);
+ _15 = Div(const 0f64, _1);
+ StorageDead(_16);
_14 = opaque::<f64>(move _15) -> [return: bb5, unwind continue];
}
@@ -102,11 +102,11 @@
StorageDead(_14);
StorageLive(_17);
StorageLive(_18);
-- StorageLive(_19);
-- _19 = _1;
+ StorageLive(_19);
+ _19 = _1;
- _18 = Rem(move _19, const 0f64);
-- StorageDead(_19);
+ _18 = Rem(_1, const 0f64);
+ StorageDead(_19);
_17 = opaque::<f64>(move _18) -> [return: bb6, unwind continue];
}
@@ -115,11 +115,11 @@
StorageDead(_17);
StorageLive(_20);
StorageLive(_21);
-- StorageLive(_22);
-- _22 = _1;
+ StorageLive(_22);
+ _22 = _1;
- _21 = Rem(const 0f64, move _22);
-- StorageDead(_22);
+ _21 = Rem(const 0f64, _1);
+ StorageDead(_22);
_20 = opaque::<f64>(move _21) -> [return: bb7, unwind continue];
}
@@ -128,14 +128,14 @@
StorageDead(_20);
StorageLive(_23);
StorageLive(_24);
-- StorageLive(_25);
-- _25 = _1;
-- StorageLive(_26);
-- _26 = _1;
+ StorageLive(_25);
+ _25 = _1;
+ StorageLive(_26);
+ _26 = _1;
- _24 = Eq(move _25, move _26);
-- StorageDead(_26);
-- StorageDead(_25);
+ _24 = Eq(_1, _1);
+ StorageDead(_26);
+ StorageDead(_25);
_23 = opaque::<bool>(move _24) -> [return: bb8, unwind continue];
}
@@ -144,14 +144,14 @@
StorageDead(_23);
StorageLive(_27);
StorageLive(_28);
-- StorageLive(_29);
-- _29 = _1;
-- StorageLive(_30);
-- _30 = _1;
+ StorageLive(_29);
+ _29 = _1;
+ StorageLive(_30);
+ _30 = _1;
- _28 = Ne(move _29, move _30);
-- StorageDead(_30);
-- StorageDead(_29);
+ _28 = Ne(_1, _1);
+ StorageDead(_30);
+ StorageDead(_29);
_27 = opaque::<bool>(move _28) -> [return: bb9, unwind continue];
}