From a4b7ed7a42c716ab9f05e351f003d589124fd55d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:18:58 +0200 Subject: Adding upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/mir-opt/dataflow-const-prop/inherit_overflow.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/test/mir-opt/dataflow-const-prop/inherit_overflow.rs (limited to 'src/test/mir-opt/dataflow-const-prop/inherit_overflow.rs') diff --git a/src/test/mir-opt/dataflow-const-prop/inherit_overflow.rs b/src/test/mir-opt/dataflow-const-prop/inherit_overflow.rs deleted file mode 100644 index 2f2d9d010..000000000 --- a/src/test/mir-opt/dataflow-const-prop/inherit_overflow.rs +++ /dev/null @@ -1,8 +0,0 @@ -// compile-flags: -Zunsound-mir-opts - -// EMIT_MIR inherit_overflow.main.DataflowConstProp.diff -fn main() { - // After inlining, this will contain a `CheckedBinaryOp`. The overflow - // must be ignored by the constant propagation to avoid triggering a panic. - let _ = ::add(255, 1); -} -- cgit v1.2.3