[committed] Convert Treelang to fold_buildN

Andrew Pinski pinskia@physics.uc.edu
Wed Mar 23 03:04:00 GMT 2005


On Mar 22, 2005, at 9:42 PM, James Morrison wrote:

> -    DECL_INITIAL (var_decl) = fold (build1 (CONVERT_EXPR, var_type, 
> init));
> +    DECL_INITIAL (var_decl) = fold_build1 (CONVERT_EXPR, var_type, 
> init);

And the rest of the fold_build1 (CONVERT_EXPR
should really be changed over to fold_convert.

-- Pinski



More information about the Gcc-patches mailing list