Commit f55a7cbc by Uros Bizjak

i386.c (ix86_veclib_handler): Make static.

	* config/i386/i386.c (ix86_veclib_handler): Make static.

From-SVN: r161995
parent dbfcc059
2010-07-09 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_veclib_handler): Make static.
2010-07-09 Richard Guenther <rguenther@suse.de>
PR tree-optimization/44852
......@@ -41,7 +45,7 @@
* genconditions.c: Likewise.
* genpreds.c: Likewise.
2010-07-08 Andi Kleen <ak@linux.intel.com>
2010-07-08 Andi Kleen <ak@linux.intel.com>
* lto-section-in.c (lto_section_name): Add missing comma.
......
......@@ -2143,7 +2143,8 @@ static int ix86_isa_flags_explicit;
#define OPTION_MASK_ISA_F16C_UNSET OPTION_MASK_ISA_F16C
/* Vectorization library interface and handlers. */
tree (*ix86_veclib_handler)(enum built_in_function, tree, tree) = NULL;
static tree (*ix86_veclib_handler) (enum built_in_function, tree, tree);
static tree ix86_veclibabi_svml (enum built_in_function, tree, tree);
static tree ix86_veclibabi_acml (enum built_in_function, tree, tree);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment