Pointer Plus Patch

Andrew Pinski pinskia@gmail.com
Thu Jun 14 03:09:00 GMT 2007


On 6/13/07, Paolo Bonzini <bonzini@gnu.org> wrote:
>
> > !             build1 (NEGATE_EXPR, sizetype, TYPE_SIZE_UNIT (TREE_TYPE (obj))));
>
> negate_expr (TYPE_SIZE_UNIT (TREE_TYPE (obj)))

Actually negate_expr is only local to fold-const.c and there is no
difference between using fold_build1 and negate_expr.

I will change that one place to use fold_build1 though.

Thanks,
Andrew Pinski



More information about the Java-patches mailing list