Re: comments do not match code.

2008-04-07 Thread Ian Lance Taylor
Kenneth Zadeck <[EMAIL PROTECTED]> writes: > in reorg.c:3155 there is the following code: > > /* If we reach a CALL which is not calling a const function > or the callee pops the arguments, then give up. */ > if (CALL_P (our_prev) > && (! CONST_OR_PURE_CALL_P (our_prev) >

comments do not match code.

2008-04-06 Thread Kenneth Zadeck
in reorg.c:3155 there is the following code: /* If we reach a CALL which is not calling a const function or the callee pops the arguments, then give up. */ if (CALL_P (our_prev) && (! CONST_OR_PURE_CALL_P (our_prev) || GET_CODE (pat) != SET || GET_CODE (SET_SRC (pat))