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]
Other format: [Raw text]

Re: [patch RFA] Handle blockage insn in mode-switching.c/create_pre_exit


Kaz Kojima <kkojima@rr.iij4u.or.jp> writes:

> +		    if (GET_CODE (PATTERN (return_copy)) == ASM_INPUT)
> +		      {
> +			last_insn = return_copy;
> +			continue;
> +		      }

For safety please also check that ASM_STRING is the empty string.  OK
with that change.

Thanks.

Ian


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