diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-16 13:48:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-16 13:48:15 +0000 |
commit | 8c215327bb78691d73752d47ead5057aa6042ef4 (patch) | |
tree | 84dcb1876e4adb6cbcaef06504785f29035a2706 /gcc/combine.c | |
parent | 3f2ec06a70b07a1088921e3e8144c39177b98517 (diff) | |
download | gcc-8c215327bb78691d73752d47ead5057aa6042ef4.zip gcc-8c215327bb78691d73752d47ead5057aa6042ef4.tar.gz gcc-8c215327bb78691d73752d47ead5057aa6042ef4.tar.bz2 |
combine.c (combine_instructions): Make it static.
* combine.c (combine_instructions): Make it static.
* rtl.h: Remove the prototype for combine_instructions.
From-SVN: r109746
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 3b1fd77..16bb99c 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -685,7 +685,7 @@ combine_validate_cost (rtx i1, rtx i2, rtx i3, rtx newpat, rtx newi2pat) Return nonzero if the combiner has turned an indirect jump instruction into a direct jump. */ -int +static int combine_instructions (rtx f, unsigned int nregs) { rtx insn, next; |