diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index 01d3686..3868230 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -600,9 +600,7 @@ default_builtin_vectorization_cost (enum vect_cost_for_stmt type_of_cost, /* Reciprocal. */ tree -default_builtin_reciprocal (unsigned int fn ATTRIBUTE_UNUSED, - bool md_fn ATTRIBUTE_UNUSED, - bool sqrt ATTRIBUTE_UNUSED) +default_builtin_reciprocal (gcall *) { return NULL_TREE; } |