]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Manual part of renaming of symtab_node_base to symtab_node.
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 31 Oct 2013 21:22:50 +0000 (21:22 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 31 Oct 2013 21:22:50 +0000 (21:22 +0000)
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

gcc/ChangeLog
gcc/ipa-ref.h

index 94fb8ad54b4bdf074e80fc95f953ed5838cb7fcf..2558619a4f1606621c4c5bbad9cfda18b5b2c1f4 100644 (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
index dc6e238568c3cb3b2094929f7f5da4e0bc0fd640..d5ea7ee363dfbebcaff32ed982416282baef5faf 100644 (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.  */