summaryrefslogtreecommitdiffstats
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index 782960bac66..e2575dcb68c 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -116,7 +116,7 @@ static void mark_loop_exit_edges (void);
/* Sets EDGE_LOOP_EXIT flag for all loop exits. */
static void
-mark_loop_exit_edges ()
+mark_loop_exit_edges (void)
{
struct loops loops;
basic_block bb;
OpenPOWER on IntegriCloud