Commit 0945e937 by Jeffrey A Law Committed by Jeff Law

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
parent 11c21791
...@@ -3,6 +3,8 @@ Fri Aug 15 12:49:56 1997 Jeffrey A Law (law@cygnus.com) ...@@ -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: * version.c: Change the version string to look like:
egcs-2.90.00 970814 (gcc2-970802 experimental). 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. * gcc.c: Take out experimental snapshot warning message.
Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com> Fri Aug 15 13:43:39 1997 Michael Meissner <meissner@cygnus.com>
......
...@@ -7643,6 +7643,7 @@ is_power_of_2(n) ...@@ -7643,6 +7643,7 @@ is_power_of_2(n)
} }
/* return 1 iff insn is a conditional jump */ /* return 1 iff insn is a conditional jump */
static int
is_conditional_branch (insn) is_conditional_branch (insn)
rtx insn; rtx insn;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment