summaryrefslogtreecommitdiff
path: root/gcc/targhooks.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-27 10:27:39 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>2010-03-27 10:27:39 +0000
commit31ac7341323c04ca2b0b40ba5db47d9c4cb94be1 (patch)
tree73ad6eb95633d4417f631f17d1389bca7e91e78f /gcc/targhooks.h
parentdb35a7f00d5fa55c81e2d0e45fa57524f2b7fb38 (diff)
downloadgcc-31ac7341323c04ca2b0b40ba5db47d9c4cb94be1.tar.gz
PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree argument
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/targhooks.h')
-rw-r--r--gcc/targhooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/targhooks.h b/gcc/targhooks.h
index 631bdf216df..b2b90971f09 100644
--- a/gcc/targhooks.h
+++ b/gcc/targhooks.h
@@ -1,5 +1,5 @@
/* Default target hook functions.
- Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009
+ Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
This file is part of GCC.
@@ -70,7 +70,7 @@ extern bool default_fixed_point_supported_p (void);
extern const char * default_invalid_within_doloop (const_rtx);
-extern tree default_builtin_vectorized_function (unsigned int, tree, tree);
+extern tree default_builtin_vectorized_function (tree, tree, tree);
extern tree default_builtin_vectorized_conversion (unsigned int, tree);