loop.c (is_conditional_branch): Make definition match declaration.
authorJeffrey A Law <law@cygnus.com>
Fri, 15 Aug 1997 20:50:04 +0000 (20:50 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 15 Aug 1997 20:50:04 +0000 (14:50 -0600)
        * loop.c (is_conditional_branch): Make definition match declaration.
Found by the sunos compiler

From-SVN: r14815

gcc/ChangeLog
gcc/loop.c

index 3f03b68d786673d4f26ece8162d62bb4eaedf1fa..5afa1deaa821c236b4849e1a170ea2ee4441eddf 100644 (file)
@@ -3,6 +3,8 @@ Fri Aug 15 12:49:56 1997  Jeffrey A Law  (law@cygnus.com)
        * version.c: Change the version string to look like:
        egcs-2.90.00 970814 (gcc2-970802 experimental).
 
+       * loop.c (is_conditional_branch): Make definition match declaration.
+
        * gcc.c: Take out experimental snapshot warning message.
 
 Fri Aug 15 13:43:39 1997  Michael Meissner  <meissner@cygnus.com>
index 2c4092d0c8501e05a4e2481568056ea963d7c20d..db89836ca140c80f87247df4fb815ec0ff7bcf5d 100644 (file)
@@ -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;
 {