2011/4/10 Eric Anholt <eric at anholt.net>: > + op[0] = get_scalar_boolean_operand(instructions, state, this, 0, "LHS", > + &error_emitted); > + op[1] = get_scalar_boolean_operand(instructions, state, this, 1, "LHS", > + &error_emitted); Shouldn't the second operand_name of get_scalar_boolean_operand be "RHS"?