aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2014-11-14 08:55:11 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2014-11-14 08:55:11 +0000
commit5b98e88f0ca10ffc89eed4c8fb69ad1c74ef5b44 (patch)
tree5aa3207b14c89cb8d4b5898654dacd53bf52b0c8 /gcc/tree.c
parent10230017081d0c5fe5a3583b7184d40b5375b404 (diff)
downloadgcc-5b98e88f0ca10ffc89eed4c8fb69ad1c74ef5b44.zip
gcc-5b98e88f0ca10ffc89eed4c8fb69ad1c74ef5b44.tar.gz
gcc-5b98e88f0ca10ffc89eed4c8fb69ad1c74ef5b44.tar.bz2
* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
From-SVN: r217543
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index cf37a19..5c6fe0b 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -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)