This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Minor cleanup


There was apparently a last-minute name change for DECL_NONALIASED.

Tested on x86_64-suse-linux, applied on mainline and 4.9 branch as obvious.


2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>

	* tree-core.h (DECL_NONALIASED): Use proper spelling in comment.


-- 
Eric Botcazou
Index: tree-core.h
===================================================================
--- tree-core.h	(revision 211435)
+++ tree-core.h	(working copy)
@@ -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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]