public void visitIntInsn(int opcode, int operand) {
   dropLoad();
   super.visitIntInsn(opcode, operand);
 }