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: [RS6000] Nop-insertion fix


On Mon, Sep 12, 2005 at 11:33:01AM +0930, Alan Modra wrote:
> ! 	  || (NONJUMP_INSN_P (insn)
> ! 	      && GET_CODE (PATTERN (insn)) != USE
> ! 	      && GET_CODE (PATTERN (insn)) != CLOBBER
> ! 	      && !(GET_CODE (PATTERN (insn)) == SET
> ! 		   && GET_CODE (XEXP (PATTERN (insn), 1)) == UNSPEC
> ! 		   && XINT (XEXP (PATTERN (insn), 1), 1) == UNSPEC_TIE)))

INSN_CODE (insn) == CODE_FOR_stack_tie ?


r~


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