This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Rs6000 infrastructure cleanup (switches), revised patch #3


Michael Meissner wrote:
> @@ -10326,7 +10352,7 @@ static rtx
>  altivec_expand_ld_builtin (tree exp, rtx target, bool *expandedp)
>  {
>    tree fndecl = TREE_OPERAND (CALL_EXPR_FN (exp), 0);
> -  unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
> +  enum rs6000_builtins fcode = (enum rs6000_builtins)
DECL_FUNCTION_CODE (fndecl);
>    tree arg0;
>    enum machine_mode tmode, mode0;
>    rtx pat, op0;

There are several changes like that in your patch. Shouldn't these
changes be done in a separate patch?

Regards,
Gunther


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]