alpha.c (alpha_use_linkage): Initialize target field.

2010-09-22  Tristan Gingold  <gingold@adacore.com>

	* config/alpha/alpha.c (alpha_use_linkage): Initialize target field.

From-SVN: r164511
This commit is contained in:
Tristan Gingold 2010-09-22 08:21:14 +00:00 committed by Tristan Gingold
parent 33da99cb9c
commit 50842acbc6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-09-22 Tristan Gingold <gingold@adacore.com>
* config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
2010-09-22 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.

View File

@ -10029,6 +10029,7 @@ alpha_use_linkage (rtx func, tree cfundecl, int lflag, int rflag)
al = ggc_alloc_alpha_links ();
al->num = cfaf->num;
al->target = NULL;
node = splay_tree_lookup (alpha_links_tree, (splay_tree_key) name);
if (node)