aboutsummaryrefslogtreecommitdiff
path: root/gcc/regclass.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-08-18 20:04:19 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-08-18 20:04:19 -0700
commit6ca3c22fd16679c55c3d44e19b646a5dec513244 (patch)
treef05313d8fdbcc9289591f51b7bf29335cf3310d0 /gcc/regclass.c
parent8e8de25448d2c52d6d2b4134167b60b19dfc54d0 (diff)
downloadgcc-6ca3c22fd16679c55c3d44e19b646a5dec513244.zip
gcc-6ca3c22fd16679c55c3d44e19b646a5dec513244.tar.gz
gcc-6ca3c22fd16679c55c3d44e19b646a5dec513244.tar.bz2
flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
* 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. From-SVN: r45021
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 021756a..50b446d 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]