This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Pointer Plus Patch


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


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