diff options
author | Jan Hubicka <hubicka@freesoft.cz> | 1999-10-27 03:25:13 +0200 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-10-26 18:25:13 -0700 |
commit | a05924f91bc802882777615e301bb79fda1f4035 (patch) | |
tree | 7fc24b0621130fa71399fe7a18886374f8f8f7ad /gcc/function.c | |
parent | b517dcd29efdce45944072b01e562887bbca276f (diff) | |
download | gcc-a05924f91bc802882777615e301bb79fda1f4035.zip gcc-a05924f91bc802882777615e301bb79fda1f4035.tar.gz gcc-a05924f91bc802882777615e301bb79fda1f4035.tar.bz2 |
Reorg reg-stack to use the standard CFG.
Co-Authored-By: Richard Henderson <rth@cygnus.com>
From-SVN: r30201
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/function.c b/gcc/function.c index 0fbbe68..890f62b 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -4323,17 +4323,6 @@ assign_parms (fndecl) } #endif /* 0 */ -#ifdef STACK_REGS - /* We need this "use" info, because the gcc-register->stack-register - converter in reg-stack.c needs to know which registers are active - at the start of the function call. The actual parameter loading - instructions are not always available then anymore, since they might - have been optimised away. */ - - if (GET_CODE (entry_parm) == REG && !(hide_last_arg && last_named)) - emit_insn (gen_rtx_USE (GET_MODE (entry_parm), entry_parm)); -#endif - /* ENTRY_PARM is an RTX for the parameter as it arrives, in the mode in which it arrives. STACK_PARM is an RTX for a stack slot where the parameter can live |