OSDN Git Service

2007-02-13 Seongbae Park <seongbae.park@gmail.com>
[pf3gnuchains/gcc-fork.git] / gcc / targhooks.h
index f6d50dd..b6bd700 100644 (file)
@@ -57,6 +57,10 @@ 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, tree);
+
+extern tree default_builtin_vectorized_conversion (enum tree_code, 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.  */