diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-21 16:19:22 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-21 16:19:22 +0000 |
commit | dd59bbbb94117614f4ce021707197aee9bb5f86f (patch) | |
tree | 004238864ef8f7ccef9c1e89387bb489d45613e9 /gcc/function.c | |
parent | f9d00f55d43e8d97a265f394ab053f04939d0bca (diff) | |
download | gcc-dd59bbbb94117614f4ce021707197aee9bb5f86f.tar.gz |
* function.c (round_down): Delete obsolete prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c index ac8d03ac488..fc8be4ccd7a 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -276,9 +276,6 @@ static void pad_to_arg_alignment PARAMS ((struct args_size *, int, static void pad_below PARAMS ((struct args_size *, enum machine_mode, tree)); #endif -#ifdef ARGS_GROW_DOWNWARD -static tree round_down PARAMS ((tree, int)); -#endif static rtx round_trampoline_addr PARAMS ((rtx)); static tree *identify_blocks_1 PARAMS ((rtx, tree *, tree *, tree *)); static void reorder_blocks_1 PARAMS ((rtx, tree, varray_type *)); |