summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/equal_true.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/equal_true.rs')
-rw-r--r--tests/mir-opt/equal_true.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mir-opt/equal_true.rs b/tests/mir-opt/equal_true.rs
index 717d10c6d..fbb5d8d37 100644
--- a/tests/mir-opt/equal_true.rs
+++ b/tests/mir-opt/equal_true.rs
@@ -1,6 +1,6 @@
-// unit-test InstCombine
+// unit-test InstSimplify
-// EMIT_MIR equal_true.opt.InstCombine.diff
+// EMIT_MIR equal_true.opt.InstSimplify.diff
fn opt(x: bool) -> i32 {
if x == true { 0 } else { 1 }