blob: 994cd194a45e259934639a94135a8c88b9af9100 [file] [log] [blame]
// EMIT_MIR equal_true.opt.InstCombine.diff
fn opt(x: bool) -> i32 {
if x == true { 0 } else { 1 }
}
fn main() {
opt(true);
}