diff options
Diffstat (limited to 'polly/lib/External/ppcg/gpu.c')
-rw-r--r-- | polly/lib/External/ppcg/gpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/ppcg/gpu.c b/polly/lib/External/ppcg/gpu.c index 7bda56a4648..218b918ddfe 100644 --- a/polly/lib/External/ppcg/gpu.c +++ b/polly/lib/External/ppcg/gpu.c @@ -2297,7 +2297,7 @@ static isl_bool update_depth(__isl_keep isl_schedule_node *node, void *user) * The ASTs for the device code are embedded in ppcg_kernel objects * attached to the leaf nodes that call "kernel". */ -static __isl_give isl_ast_node *generate_code(struct gpu_gen *gen, +__isl_give isl_ast_node *generate_code(struct gpu_gen *gen, __isl_take isl_schedule *schedule) { struct ppcg_at_domain_data data; |