]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/bool_compare.rs
Auto merge of #100328 - davidtwco:perf-implications, r=nnethercote
[rust.git] / src / test / mir-opt / bool_compare.rs
index 3ff046325dc1f5d957a0a2ec597bafe51e480ad0..4435bf5b0f2c8b480531b4689913c1c96f828a9b 100644 (file)
@@ -1,3 +1,5 @@
+// unit-test: InstCombine
+
 // EMIT_MIR bool_compare.opt1.InstCombine.diff
 fn opt1(x: bool) -> u32 {
     if x != true { 0 } else { 1 }