diff options
author | Doug Evans <dje@gnu.org> | 1993-02-13 00:39:55 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1993-02-13 00:39:55 +0000 |
commit | ee791cc34161060a95e45caaa903bbea504f0da2 (patch) | |
tree | 9885e98bd6cc923bf691f53dcc23184d81d03dbd /gcc/combine.c | |
parent | e6702919613a232f8ae7fabaea11169d761747b9 (diff) | |
download | gcc-ee791cc34161060a95e45caaa903bbea504f0da2.zip gcc-ee791cc34161060a95e45caaa903bbea504f0da2.tar.gz gcc-ee791cc34161060a95e45caaa903bbea504f0da2.tar.bz2 |
* make setup_incoming_promotions static
From-SVN: r3468
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index ee542d0..327ed6d 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -601,7 +601,7 @@ combine_instructions (f, nregs) /* Set up any promoted values for incoming argument registers. */ -void +static void setup_incoming_promotions () { #ifdef PROMOTE_FUNCTION_ARGS |