Skip to content

Commit cbe6f46

Browse files
committed
Revert "."
This reverts commit f145d76.
1 parent 13e3979 commit cbe6f46

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

zjit/src/codegen.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,6 @@ fn gen_insn(cb: &mut CodeBlock, jit: &mut JITState, asm: &mut Assembler, functio
612612
}
613613

614614
let out_opnd = match insn {
615-
&Insn::Const { val: Const::CBool(true) } => Opnd::UImm(1),
616-
&Insn::Const { val: Const::CBool(false) } => Opnd::UImm(0),
617615
&Insn::Const { val: Const::Value(val) } => gen_const_value(val),
618616
&Insn::Const { val: Const::CPtr(val) } => gen_const_cptr(val),
619617
&Insn::Const { val: Const::CInt64(val) } => gen_const_long(val),

0 commit comments

Comments
 (0)