This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa-branch] simplify builtins
On Tue, 2002-06-25 at 08:32, Aldy Hernandez wrote:
> i'll blame these on diego. i inherited the comments. :)
>
> fixed.
>
> 2002-06-24 Aldy Hernandez <aldyh@redhat.com>
>
> * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
> discrepancies from motorola's documentation.
>
??? I may have typos in my comments but at least I don't mix-n-match
patches with changelog entries :)
> + case BUILT_IN_ARGS_INFO:
> + case BUILT_IN_STDARG_START:
> + case BUILT_IN_VA_END:
> + case BUILT_IN_VA_COPY:
> + case BUILT_IN_VARARGS_START:
> + return 0;
> +
Explain why these can't be simplified.
The patch seems otherwise OK. Please commit after bootstrapping and
testing.
Thanks. Diego.