diff options
Diffstat (limited to 'gcc/targhooks.c')
-rw-r--r-- | gcc/targhooks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/targhooks.c b/gcc/targhooks.c index e7bdf0b..ed4d890 100644 --- a/gcc/targhooks.c +++ b/gcc/targhooks.c @@ -323,7 +323,8 @@ default_invalid_within_doloop (rtx insn) tree default_builtin_vectorized_function (enum built_in_function fn ATTRIBUTE_UNUSED, - tree type ATTRIBUTE_UNUSED) + tree type_out ATTRIBUTE_UNUSED, + tree type_in ATTRIBUTE_UNUSED) { return NULL_TREE; } |