diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 1c952eb..4d74fb9 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -823,9 +823,6 @@ struct GTY(()) cgraph_simd_clone { otherwise false. */ unsigned int inbranch : 1; - /* True if this is a Cilk Plus variant. */ - unsigned int cilk_elemental : 1; - /* Doubly linked list of SIMD clones. */ cgraph_node *prev_clone, *next_clone; |