summaryrefslogtreecommitdiffstats
path: root/tests/codegen/simd-wide-sum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/simd-wide-sum.rs')
-rw-r--r--tests/codegen/simd-wide-sum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/simd-wide-sum.rs b/tests/codegen/simd-wide-sum.rs
index 04314dc29..db2aa20bd 100644
--- a/tests/codegen/simd-wide-sum.rs
+++ b/tests/codegen/simd-wide-sum.rs
@@ -1,4 +1,4 @@
-// compile-flags: -C opt-level=3 --edition=2021
+// compile-flags: -C opt-level=3 -Z merge-functions=disabled --edition=2021
// only-x86_64
// ignore-debug: the debug assertions get in the way