diff options
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r-- | gcc/targhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 5f63dd7..0b4ded9 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -57,7 +57,7 @@ extern const char * default_invalid_within_doloop (rtx); extern bool default_narrow_bitfield (void); -extern tree default_builtin_vectorized_function (enum built_in_function, tree); +extern tree default_builtin_vectorized_function (enum built_in_function, tree, tree); /* 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. */ |