aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>2000-06-21 16:19:22 +0000
committerJeff Law <law@gcc.gnu.org>2000-06-21 10:19:22 -0600
commit539a6f058c4d00cdff02390d7957bb8469543de3 (patch)
tree004238864ef8f7ccef9c1e89387bb489d45613e9 /gcc/function.c
parentd9893a68c31f8e63abdec955ba638597a1afc235 (diff)
downloadgcc-539a6f058c4d00cdff02390d7957bb8469543de3.zip
gcc-539a6f058c4d00cdff02390d7957bb8469543de3.tar.gz
gcc-539a6f058c4d00cdff02390d7957bb8469543de3.tar.bz2
* function.c (round_down): Delete obsolete prototype.
From-SVN: r34631
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c
index ac8d03a..fc8be4c 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 *));