On Wed, Dec 05, 2001 at 03:33:37PM +0300, dimmy wrote: > if (GET_CODE (operand) == PLUS > && GET_CODE (XEXP (operand, 0)) == REG > && REG_OK_FOR_BASE_P (XEXP (operand, 0)) Should depend on strict here. r~