diff mbox

Remove doubled ECF_LEAF

Message ID 20141113215913.GU29791@redhat.com
State New
Headers show

Commit Message

Marek Polacek Nov. 13, 2014, 9:59 p.m. UTC
Bootstrapped/regtested on power8-linux, ok for trunk?

2014-11-13  Marek Polacek  <polacek@redhat.com>

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


	Marek

Comments

Richard Biener Nov. 14, 2014, 8:36 a.m. UTC | #1
On Thu, 13 Nov 2014, Marek Polacek wrote:

> Bootstrapped/regtested on power8-linux, ok for trunk?

Looks obvious ;)

Thanks,
Richard.

> 2014-11-13  Marek Polacek  <polacek@redhat.com>
> 
> 	* tree.c (build_common_builtin_nodes): Remove doubled ECF_LEAF.
> 
> diff --git gcc/tree.c gcc/tree.c
> index cf37a19..5c6fe0b 100644
> --- gcc/tree.c
> +++ 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)
> 
> 	Marek
> 
>
diff mbox

Patch

diff --git gcc/tree.c gcc/tree.c
index cf37a19..5c6fe0b 100644
--- gcc/tree.c
+++ 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)