[tuples] WIP removing FIXME tuples markers

Jakub Jelinek jakub@redhat.com
Fri Jul 4 21:16:00 GMT 2008


On Fri, Jul 04, 2008 at 04:53:50PM -0400, Diego Novillo wrote:
> --- tree-parloops.c	(revision 137485)
> +++ tree-parloops.c	(working copy)
> @@ -1602,10 +1602,7 @@ create_parallel_loop (struct loop *loop,
>      {
>        phi = gsi_stmt (gsi);
>        res = PHI_RESULT (phi);
> -      /* FIXME tuples
> -	 The original code was doing gcc_assert (!is_gimple_reg (phi));
> -	 which doesn't make sense at all.
> -	 gcc_assert (!is_gimple_reg (res));  */
> +      gcc_assert (!is_gimple_reg (res));
>        stmt = SSA_NAME_DEF_STMT (PHI_ARG_DEF_FROM_EDGE (phi, exit));
>        add_phi_arg (phi,
>  		   PHI_ARG_DEF_FROM_EDGE (stmt, loop_preheader_edge (loop)),

Here actually the whole comment should have been removed.
See http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00138.html

	Jakub



More information about the Gcc-patches mailing list