sparc.md (save_register_windowdi): Add missing mode.

* config/sparc/sparc.md (save_register_windowdi): Add missing mode.
	(save_register_windowsi): Likewise.

From-SVN: r92902
This commit is contained in:
Eric Botcazou 2005-01-04 20:03:45 +01:00 committed by Eric Botcazou
parent bfee926bd1
commit 9746bb275e
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2005-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc.md (save_register_windowdi): Add missing mode.
(save_register_windowsi): Likewise.
2005-01-04 Richard Henderson <rth@redhat.com>
* tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.

View File

@ -7723,9 +7723,9 @@
(define_insn "save_register_windowdi"
[(set (reg:DI 30) (reg:DI 14))
(set (reg:DI 14) (unspec_volatile [(reg:DI 14)
(match_operand:DI 0 "arith_operand" "rI")]
UNSPECV_SAVEW))
(set (reg:DI 14) (unspec_volatile:DI [(reg:DI 14)
(match_operand:DI 0 "arith_operand" "rI")]
UNSPECV_SAVEW))
(set (reg:DI 31) (reg:DI 15))]
"TARGET_ARCH64"
"save\t%%sp, %0, %%sp"
@ -7733,9 +7733,9 @@
(define_insn "save_register_windowsi"
[(set (reg:SI 30) (reg:SI 14))
(set (reg:SI 14) (unspec_volatile [(reg:SI 14)
(match_operand:SI 0 "arith_operand" "rI")]
UNSPECV_SAVEW))
(set (reg:SI 14) (unspec_volatile:SI [(reg:SI 14)
(match_operand:SI 0 "arith_operand" "rI")]
UNSPECV_SAVEW))
(set (reg:SI 31) (reg:SI 15))]
"!TARGET_ARCH64"
"save\t%%sp, %0, %%sp"