[PATCH] Dispose of non-gimplifier users of is_gimple_tmp_var

Daniel Jacobowitz drow@false.org
Mon Aug 16 14:16:00 GMT 2004


On Mon, Aug 16, 2004 at 07:48:02AM -0400, Nathanael Nerode wrote:
> Both of these uses appear to be an attempt to retain better debugging
> information.  Accordingly, they are checking the wrong thing.
> 
> Currently bootstrapping.
> If successful with no regressions, OK to commit?

Not unless you fix your formatting....

> +  gimp1 = (TREE_CODE (root1) == VAR_DECL && DECL_ARTIFICAL(root1))
> +  gimp2 = (TREE_CODE (root2) == VAR_DECL && DECL_ARTIFICAL(root2))

> +      if (!root_var
> +          || (TREE_CODE(root_var) == VAR_DECL && DECL_ARTIFICAL(root_var)))

Space before parens please.

-- 
Daniel Jacobowitz



More information about the Gcc-patches mailing list