X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ffunction.c;h=fc8be4ccd7a88d4d59a7df799cebab6b4c0e0970;hb=b1dd8e8795cedd1e45deff9e4d7bac5f5d73e248;hp=ac8d03ac488099885d110e2a9418feff705caecd;hpb=0b55cf416c79e11deb64dbdabca890668bfd9197;p=pf3gnuchains%2Fgcc-fork.git 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 *));