summaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-19 03:04:19 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-19 03:04:19 +0000
commit34a64f802f12f6d4df7e7dddfdda1a80d7601d92 (patch)
treef05313d8fdbcc9289591f51b7bf29335cf3310d0 /gcc/regclass.c
parentec10232181a9e553fe74cfbb760717dc6155e628 (diff)
downloadgcc-34a64f802f12f6d4df7e7dddfdda1a80d7601d92.tar.gz
* flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
* regclass.c (init_reg_sets_1): Fix typo. * config/ia64/ia64.c (ar_pfs_reg_operand): New. (ia64_expand_call): Pass ar.pfs to sibcall expanders. (ia64_compute_frame_size): Make ar.unat live when in use. (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf for ar.pfs; remove ar.unat handling. * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is call-saved. (PREDICATE_CODES): Add ar_pfs_reg_operand. * config/ia64/ia64-protos.h: Update decls. * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs. (sibcall_pic): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45021 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r--gcc/regclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 021756a68e9..50b446d10e9 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -474,7 +474,7 @@ init_reg_sets_1 ()
;
#endif
else if (0
-#ifdef CALL_REALLY_USED_REGS
+#ifdef CALL_REALLY_USED_REGISTERS
|| call_really_used_regs[i]
#else
|| call_used_regs[i]