Commit d396f899 by Alexandre Oliva Committed by Alexandre Oliva

* tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.

From-SVN: r178972
parent a52a87c3
2011-09-19 Alexandre Oliva <aoliva@redhat.com>
* tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_CHECK4.
2011-09-19 Alexandre Oliva <aoliva@redhat.com>
* emit-rtl.c (copy_insn_1): Do not copy DEBUG_EXPRs.
2011-09-19 Ira Rosen <ira.rosen@linaro.org>
......@@ -795,7 +795,7 @@ enum tree_node_structure_enum {
(CODE1), (CODE2), (CODE3), (CODE4), 0); \
__t; })
#define NON_TREE_CHECK4(T, CODE1, CODE2, CODE3, CODE4) __extension__ \
#define TREE_NOT_CHECK4(T, CODE1, CODE2, CODE3, CODE4) __extension__ \
({ __typeof (T) const __t = (T); \
if (TREE_CODE (__t) == (CODE1) \
|| TREE_CODE (__t) == (CODE2) \
......
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