Commit d7e90b66 by Marek Polacek Committed by Marek Polacek

* tree-core.h (tree_base): Fix typo.

From-SVN: r226900
parent 624c7bbf
2015-08-14 Marek Polacek <polacek@redhat.com> 2015-08-14 Marek Polacek <polacek@redhat.com>
* tree-core.h (tree_base): Fix typo.
2015-08-14 Marek Polacek <polacek@redhat.com>
PR middle-end/67133 PR middle-end/67133
* gimple.c (infer_nonnull_range_by_attribute): Check that the * gimple.c (infer_nonnull_range_by_attribute): Check that the
nonnull argument position is not outside function arguments. nonnull argument position is not outside function arguments.
......
...@@ -1088,7 +1088,7 @@ struct GTY(()) tree_base { ...@@ -1088,7 +1088,7 @@ struct GTY(()) tree_base {
TREE_THIS_NOTRAP in TREE_THIS_NOTRAP in
INDIRECT_REF, MEM_REF, TARGET_MEM_REF, ARRAY_REF, ARRAY_RANGE_REF INDIRECT_REF, MEM_REF, TARGET_MEM_REF, ARRAY_REF, ARRAY_RANGE_REF
SSA_NAME_IN_FREELIST in SSA_NAME_IN_FREE_LIST in
SSA_NAME SSA_NAME
DECL_NONALIASED in DECL_NONALIASED in
......
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