summaryrefslogtreecommitdiff
path: root/tests/mir-opt/not_equal_false.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/not_equal_false.rs')
-rw-r--r--tests/mir-opt/not_equal_false.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mir-opt/not_equal_false.rs b/tests/mir-opt/not_equal_false.rs
index 2ae03da40f8..e0560732900 100644
--- a/tests/mir-opt/not_equal_false.rs
+++ b/tests/mir-opt/not_equal_false.rs
@@ -1,5 +1,5 @@
-// unit-test: InstCombine
-// EMIT_MIR not_equal_false.opt.InstCombine.diff
+// unit-test: InstSimplify
+// EMIT_MIR not_equal_false.opt.InstSimplify.diff
fn opt(x: bool) -> u32 {
if x != false { 0 } else { 1 }