This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: notice_stack_pointer_modification_1 fix


On Wed, Dec 13, 2000 at 03:59:55PM +0100, Jan Hubicka wrote:
>   	  && (GET_CODE (XEXP (x, 0)) == PRE_DEC
>   	      || GET_CODE (XEXP (x, 0)) == PRE_INC
> + 	      || GET_CODE (XEXP (x, 0)) == PRE_MODIFY
> + 	      || GET_CODE (XEXP (x, 0)) == POST_MODIFY
>   	      || GET_CODE (XEXP (x, 0)) == POST_DEC
>   	      || GET_CODE (XEXP (x, 0)) == POST_INC)

Really this should be using GET_RTX_CLASS == 'a'.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]