diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-11 23:10:10 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-11 23:10:10 +0000 |
commit | 7342104b12d73ed3c6993c706168a8af5ab16829 (patch) | |
tree | fff7e7af641776a4bac56eb59e5965526373a54b /gcc/cfglayout.c | |
parent | 0aa9ffd404b5ea71b2223640f71170d6e391838f (diff) | |
download | gcc-7342104b12d73ed3c6993c706168a8af5ab16829.tar.gz |
* cfglayout.c (choose_inner_scope): Make it static.
* rtl.h: Remove the corresponding prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90502 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 2d88a376b2e..4ca4c1be6b6 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -347,7 +347,7 @@ set_block_levels (tree block, int level) } /* Return sope resulting from combination of S1 and S2. */ -tree +static tree choose_inner_scope (tree s1, tree s2) { if (!s1) |