Commit d3e993e9 by Marek Polacek Committed by Marek Polacek

* cp-tree.h: Fix typo.

From-SVN: r263738
parent 92a68a04
2018-08-21 Marek Polacek <polacek@redhat.com>
* cp-tree.h: Fix typo.
2018-08-20 David Malcolm <dmalcolm@redhat.com> 2018-08-20 David Malcolm <dmalcolm@redhat.com>
PR other/84889 PR other/84889
......
...@@ -3656,7 +3656,7 @@ struct GTY(()) lang_decl { ...@@ -3656,7 +3656,7 @@ struct GTY(()) lang_decl {
(LANG_DECL_FN_CHECK (FUNCTION_DECL_CHECK (NODE)) \ (LANG_DECL_FN_CHECK (FUNCTION_DECL_CHECK (NODE)) \
->u.saved_language_function) ->u.saved_language_function)
/* True if NODE is an implicit INDIRECT_EXPR from convert_from_reference. */ /* True if NODE is an implicit INDIRECT_REF from convert_from_reference. */
#define REFERENCE_REF_P(NODE) \ #define REFERENCE_REF_P(NODE) \
(INDIRECT_REF_P (NODE) \ (INDIRECT_REF_P (NODE) \
&& TREE_TYPE (TREE_OPERAND (NODE, 0)) \ && TREE_TYPE (TREE_OPERAND (NODE, 0)) \
......
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