On Thu, Dec 01, 2011 at 11:49:55AM +0000, Sameera Deshpande wrote: <A large portion snipped>
> > -- > -;; Note: this is not predicable, to avoid issues with linker-generated > -;; interworking stubs. > -(define_insn "*thumb2_return" > +(define_insn "*thumb2_rtl_epilogue_return" Rename to *thumb2_return > [(return)] > - "TARGET_THUMB2 && USE_RETURN_INSN (FALSE)" > + "(TARGET_THUMB2)" No need for paranthesis here. Otherwise OK. cheers Ramana