Commit 9c85aeb6 by Eric Botcazou

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

From-SVN: r211499
parent c407027e
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> 2014-06-12 Georg-Johann Lay <avr@gjlay.de>
PR target/61443 PR target/61443
...@@ -9401,10 +9405,10 @@ ...@@ -9401,10 +9405,10 @@
PR tree-optimization/60577 PR tree-optimization/60577
* tree-core.h (struct tree_base): Document nothrow_flag use * tree-core.h (struct tree_base): Document nothrow_flag use
in VAR_DECL_NONALIASED. in DECL_NONALIASED.
* tree.h (VAR_DECL_NONALIASED): New. * tree.h (DECL_NONALIASED): New.
(may_be_aliased): Adjust. (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> 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
......
...@@ -1012,7 +1012,7 @@ struct GTY(()) tree_base { ...@@ -1012,7 +1012,7 @@ struct GTY(()) tree_base {
SSA_NAME_IN_FREELIST in SSA_NAME_IN_FREELIST in
SSA_NAME SSA_NAME
VAR_DECL_NONALIASED in DECL_NONALIASED in
VAR_DECL VAR_DECL
deprecated_flag: deprecated_flag:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment