summaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r--gcc/targhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h
index 81b0eca3a4e..412bf5de804 100644
--- a/gcc/targhooks.h
+++ b/gcc/targhooks.h
@@ -60,7 +60,7 @@ extern tree default_builtin_vectorized_function
extern tree default_builtin_vectorized_conversion (enum tree_code, tree);
-extern tree default_builtin_reciprocal (enum built_in_function, bool);
+extern tree default_builtin_reciprocal (enum built_in_function, bool, bool);
/* These are here, and not in hooks.[ch], because not all users of
hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */