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

From-SVN: r217543
This commit is contained in:
Marek Polacek 2014-11-14 08:55:11 +00:00 committed by Marek Polacek
parent 1023001708
commit 5b98e88f0c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* genmatch.c (add_operator): Allow CONSTRUCTOR.

View File

@ -9935,7 +9935,7 @@ build_common_builtin_nodes (void)
local_define_builtin ("__builtin_unreachable", ftype, BUILT_IN_UNREACHABLE,
"__builtin_unreachable",
ECF_NOTHROW | ECF_LEAF | ECF_NORETURN
| ECF_CONST | ECF_LEAF);
| ECF_CONST);
}
if (!builtin_decl_explicit_p (BUILT_IN_MEMCPY)