aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/c-family/cilk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/c-family/cilk.c')
-rw-r--r--gcc-4.9/gcc/c-family/cilk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/c-family/cilk.c b/gcc-4.9/gcc/c-family/cilk.c
index 6a7bf4f1e..bf549ad17 100644
--- a/gcc-4.9/gcc/c-family/cilk.c
+++ b/gcc-4.9/gcc/c-family/cilk.c
@@ -99,7 +99,6 @@ cilk_set_spawn_marker (location_t loc, tree fcall)
it. */
return false;
else if (TREE_CODE (fcall) != CALL_EXPR
- && TREE_CODE (fcall) != FUNCTION_DECL
/* In C++, TARGET_EXPR is generated when we have an overloaded
'=' operator. */
&& TREE_CODE (fcall) != TARGET_EXPR)