diff options
Diffstat (limited to 'gcc/cilk.h')
-rw-r--r-- | gcc/cilk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cilk.h b/gcc/cilk.h index 99b4d782af4..e990992cf27 100644 --- a/gcc/cilk.h +++ b/gcc/cilk.h @@ -90,6 +90,7 @@ extern tree cilk_dot (tree, int, bool); extern void cilk_init_builtins (void); extern void gimplify_cilk_sync (tree *, gimple_seq *); extern tree cilk_call_setjmp (tree); + /* Returns true if Cilk Plus is enabled and if F->cilk_frame_decl is not NULL_TREE. */ @@ -99,4 +100,5 @@ fn_contains_cilk_spawn_p (function *f) return (flag_enable_cilkplus && (f->calls_cilk_spawn || f->cilk_frame_decl != NULL_TREE)); } + #endif |