Manual part of renaming of symtab_node_base to symtab_node.

gcc/
	* ipa-ref.h (symtab_node): Remove typedef to pointer type, as it
	clashes with the preferred name for the base class.
	(const_symtab_node): Remove redundant typedef.

From-SVN: r204278
This commit is contained in:
David Malcolm 2013-10-31 21:22:50 +00:00 committed by David Malcolm
parent 1b1bdc03f8
commit 64f37e9d42
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2013-10-31 David Malcolm <dmalcolm@redhat.com>
Manual part of renaming of symtab_node_base to symtab_node.
* ipa-ref.h (symtab_node): Remove typedef to pointer type, as it
clashes with the preferred name for the base class.
(const_symtab_node): Remove redundant typedef.
2013-10-31 Jakub Jelinek <jakub@redhat.com>
* optabs.c (expand_vec_perm): Avoid vector mode punning

View File

@ -21,8 +21,6 @@ along with GCC; see the file COPYING3. If not see
struct cgraph_node;
struct varpool_node;
class symtab_node_base;
typedef symtab_node_base *symtab_node;
typedef const symtab_node_base *const_symtab_node;
/* How the reference is done. */