summaryrefslogtreecommitdiff
path: root/gcc/omp-low.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/omp-low.h')
-rw-r--r--gcc/omp-low.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/omp-low.h b/gcc/omp-low.h
index ce9cef9f5dd..d80c2d6f5c0 100644
--- a/gcc/omp-low.h
+++ b/gcc/omp-low.h
@@ -26,6 +26,6 @@ extern tree find_omp_clause (tree, enum omp_clause_code);
extern void omp_expand_local (basic_block);
extern void free_omp_regions (void);
extern tree omp_reduction_init (tree, tree);
-extern bool make_gimple_omp_edges (basic_block, struct omp_region **);
+extern bool make_gimple_omp_edges (basic_block, struct omp_region **, int *);
#endif /* GCC_OMP_LOW_H */