summaryrefslogtreecommitdiffstats
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-21 00:39:05 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-21 00:39:05 +0000
commita6e6eeae4ec5a01b345d62681f637526ef5ccf8d (patch)
tree9fa392b00802fdde47c169ef1bd870bd2e34eb66 /gcc/combine.c
parent45c09478fca62fa58a6c181b33e15fda40f9a468 (diff)
downloadppe42-gcc-a6e6eeae4ec5a01b345d62681f637526ef5ccf8d.tar.gz
ppe42-gcc-a6e6eeae4ec5a01b345d62681f637526ef5ccf8d.zip
* alias.c (OUTGOING_REGNO): Don't define the default.
* builtins.c (OUTGOING_REGNO): Likewise. (INCOMING_REGNO): Likewise. (apply_args_register_offset): Always use OUTGOING_REGNO. * combine.c (OUTGOING_REGNO): Likewise. * sibcall.c (OUTGOING_REGNO): Likewise. * defaults.h (INCOMING_REGNO): Provide the default. (OUTGOING_REGNO): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78203 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index a1219de570d..8911cb2db32 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -813,9 +813,6 @@ setup_incoming_promotions (void)
if (targetm.calls.promote_function_args (TREE_TYPE (cfun->decl)))
{
-#ifndef OUTGOING_REGNO
-#define OUTGOING_REGNO(N) N
-#endif
for (regno = 0; regno < FIRST_PSEUDO_REGISTER; regno++)
/* Check whether this register can hold an incoming pointer
argument. FUNCTION_ARG_REGNO_P tests outgoing register
OpenPOWER on IntegriCloud