diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2023-09-20 21:43:33 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-12-24 20:08:57 +0000 |
| commit | 28377274719e1e020e43427262c4b40ef39c1613 (patch) | |
| tree | 2eaa662d0991a6a5d85374e052b871aec3a5ae0c /tests/codegen/inherit_overflow.rs | |
| parent | a03c9728168b5adb172c1f43951a7613d7f2a50a (diff) | |
| download | rust-28377274719e1e020e43427262c4b40ef39c1613.tar.gz rust-28377274719e1e020e43427262c4b40ef39c1613.zip | |
Replace legacy ConstProp by GVN.
Diffstat (limited to 'tests/codegen/inherit_overflow.rs')
| -rw-r--r-- | tests/codegen/inherit_overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/inherit_overflow.rs b/tests/codegen/inherit_overflow.rs index 39909d7abfd..fa9ee0ae12a 100644 --- a/tests/codegen/inherit_overflow.rs +++ b/tests/codegen/inherit_overflow.rs @@ -1,4 +1,4 @@ -// compile-flags: -Zmir-enable-passes=+Inline,+ConstProp --crate-type lib +// compile-flags: -Zmir-enable-passes=+Inline,+GVN --crate-type lib // revisions: ASSERT NOASSERT //[ASSERT] compile-flags: -Coverflow-checks=on //[NOASSERT] compile-flags: -Coverflow-checks=off |
