[PATCH, committed] PPC LR fix

Andreas Schwab schwab@suse.de
Sun Mar 25 17:58:00 GMT 2007


David Edelsohn <dje@watson.ibm.com> writes:

> Index: altivec.md
> ===================================================================
> *** altivec.md	(revision 123197)
> --- altivec.md	(working copy)
> ***************
> *** 302,311 ****
>   
>   (define_insn "*save_world"
>    [(match_parallel 0 "save_world_operation"
> !                   [(clobber (match_operand:SI 1 "register_operand" "=l"))
> !                    (use (match_operand:SI 2 "call_operand" "s"))])]
>    "TARGET_MACHO && (DEFAULT_ABI == ABI_DARWIN) && TARGET_32BIT"         
> !  "bl %z2"
>     [(set_attr "type" "branch")
>      (set_attr "length" "4")])
>   
> --- 302,311 ----
>   
>   (define_insn "*save_world"
>    [(match_parallel 0 "save_world_operation"
> !                   [(clobber (reg:SI 65))

How about adding a name for this constant?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Gcc-patches mailing list