summaryrefslogtreecommitdiffstats
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-15 20:50:04 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-15 20:50:04 +0000
commit0860b76528295eb63ef32b586b18fe8eb1644777 (patch)
tree31f494441f36c355819ea5377868564621728767 /gcc/loop.c
parentc6f3deb9a6360d3029a7f8d9ad2e8c5de104ec3f (diff)
downloadppe42-gcc-0860b76528295eb63ef32b586b18fe8eb1644777.tar.gz
ppe42-gcc-0860b76528295eb63ef32b586b18fe8eb1644777.zip
* loop.c (is_conditional_branch): Make definition match declaration.
Found by the sunos compiler git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14815 138bc75d-0d04-0410-961f-82ee72b054a4
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 2c4092d0c85..db89836ca14 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;
{
OpenPOWER on IntegriCloud