]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 12 Jun 2014 09:40:29 +0000 (09:40 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 12 Jun 2014 09:40:29 +0000 (09:40 +0000)
From-SVN: r211499

gcc/ChangeLog
gcc/tree-core.h

index f0d6d26c9c877cbd7437c83d9dd94f98a60e815d..8bbef16f75a9bb90b38df701c1afd83b1ce1d11a 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
+
 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/61443
 
        PR tree-optimization/60577
        * tree-core.h (struct tree_base): Document nothrow_flag use
-       in VAR_DECL_NONALIASED.
-       * tree.h (VAR_DECL_NONALIASED): New.
+       in DECL_NONALIASED.
+       * tree.h (DECL_NONALIASED): New.
        (may_be_aliased): Adjust.
-       * coverage.c (build_var): Set VAR_DECL_NONALIASED.
+       * coverage.c (build_var): Set DECL_NONALIASED.
 
 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
 
index b35ec773e8164704d8cb70a58a3efbfb01662529..8fd27e56b61c401930c66bd979e6aada7e6a1ce7 100644 (file)
@@ -1012,7 +1012,7 @@ struct GTY(()) tree_base {
        SSA_NAME_IN_FREELIST in
           SSA_NAME
 
-       VAR_DECL_NONALIASED in
+       DECL_NONALIASED in
          VAR_DECL
 
    deprecated_flag: