pub trait Cmp<T, U> { // Required method fn cmp(&mut self, op1: T, op2: U); }
Emit a compare call instruction.