OSDN Git Service

2011-08-18 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Aug 2011 11:30:42 +0000 (11:30 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Aug 2011 11:30:42 +0000 (11:30 +0000)
commitb1757d46a6ec2a81b4e2cb78df5ec3e2e5567d5e
treefbdfd26aa897edd883893073cf2f3b2ed9769b4a
parent2ad5f5fc44b63e7b56516a47ca7417ea74d7d162
2011-08-18  Paolo Carlini  <paolo.carlini@oracle.com>
    Joseph Myers  <joseph@codesourcery.com>

PR tree-optimization/49963
* hwint.c (absu_hwi): Define.
* hwint.h (absu_hwi): Declare.
* fold-const.c (fold_plusminus_mult_expr): Use absu_hwi instead
of abs_hwi.
* tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
* tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177848 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/hwint.c
gcc/hwint.h
gcc/tree-ssa-loop-prefetch.c
gcc/tree-ssa-math-opts.c