aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-08-15 20:50:04 +0000
committerJeff Law <law@gcc.gnu.org>1997-08-15 14:50:04 -0600
commit0945e93725cde4d4c1ddd4ba621cf836c4368cd1 (patch)
tree31f494441f36c355819ea5377868564621728767 /gcc/loop.c
parent11c21791a4308cf77fb40b68b972531aad43c5a8 (diff)
downloadgcc-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 2c4092d..db89836 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -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;
{