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 to config/i386/ [basic-improvements-branch]


On Tue, Oct 08, 2002 at 11:53:12AM +1000, Andreas Bauer wrote:
> +(define_insn "*sibcall_value_1"
> +  [(set (match_operand 0 "" "")
> +	(call (mem:QI (match_operand:SI 1 "call_insn_operand" "s,c,d,a"))
> +	      (match_operand:SI 2 "" "")))]
> +  "SIBLING_CALL_P (insn) && !TARGET_64BIT"

You need to modify the 64-bit patterns as well.


r~


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