Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// unit-test InstCombine
// EMIT_MIR equal_true.opt.InstCombine.diff
fn opt(x: bool) -> i32 {
if x == true { 0 } else { 1 }
}
fn main() {
opt(true);