diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-08-15 20:50:04 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-15 14:50:04 -0600 |
commit | 0945e93725cde4d4c1ddd4ba621cf836c4368cd1 (patch) | |
tree | 31f494441f36c355819ea5377868564621728767 /gcc/loop.c | |
parent | 11c21791a4308cf77fb40b68b972531aad43c5a8 (diff) | |
download | gcc-0945e93725cde4d4c1ddd4ba621cf836c4368cd1.zip gcc-0945e93725cde4d4c1ddd4ba621cf836c4368cd1.tar.gz gcc-0945e93725cde4d4c1ddd4ba621cf836c4368cd1.tar.bz2 |
loop.c (is_conditional_branch): Make definition match declaration.
* loop.c (is_conditional_branch): Make definition match declaration.
Found by the sunos compiler
From-SVN: r14815
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7643,6 +7643,7 @@ is_power_of_2(n) } /* return 1 iff insn is a conditional jump */ +static int is_conditional_branch (insn) rtx insn; { |