Commit 5b98e88f by Marek Polacek Committed by Marek Polacek

* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.

From-SVN: r217543
parent 10230017
2014-11-14 Marek Polacek <polacek@redhat.com>
* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
2014-11-14 Richard Biener <rguenther@suse.de> 2014-11-14 Richard Biener <rguenther@suse.de>
* genmatch.c (add_operator): Allow CONSTRUCTOR. * genmatch.c (add_operator): Allow CONSTRUCTOR.
...@@ -9935,7 +9935,7 @@ build_common_builtin_nodes (void) ...@@ -9935,7 +9935,7 @@ build_common_builtin_nodes (void)
local_define_builtin ("__builtin_unreachable", ftype, BUILT_IN_UNREACHABLE, local_define_builtin ("__builtin_unreachable", ftype, BUILT_IN_UNREACHABLE,
"__builtin_unreachable", "__builtin_unreachable",
ECF_NOTHROW | ECF_LEAF | ECF_NORETURN ECF_NOTHROW | ECF_LEAF | ECF_NORETURN
| ECF_CONST | ECF_LEAF); | ECF_CONST);
} }
if (!builtin_decl_explicit_p (BUILT_IN_MEMCPY) if (!builtin_decl_explicit_p (BUILT_IN_MEMCPY)
......
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