]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/godump.c
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 18 Nov 2013 14:51:10 +0000 (14:51 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 18 Nov 2013 14:51:10 +0000 (14:51 +0000)
commit9541ffee8c7b67cc5ab3bc113dbfd84d0a81feab
treeafc65126a85ed1aadac8e274f889137dc1baed2a
parentb04268a57f6e67376cf804e6e5866cf8cbfef968
cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.

gcc/ada/
* gcc-interface/cuintp.c: Replace host_integerp (..., 0) with
tree_fits_shwi_p throughout.

gcc/c-family/
* c-ada-spec.c, c-common.c, c-format.c, c-pretty-print.c: Replace
host_integerp (..., 0) with tree_fits_shwi_p throughout.

gcc/c/
* c-parser.c: Replace host_integerp (..., 0) with tree_fits_shwi_p
throughout.

gcc/cp/
* error.c, init.c, parser.c, semantics.c: Replace
host_integerp (..., 0) with tree_fits_shwi_p throughout.

gcc/go/
* gofrontend/expressions.cc: Replace host_integerp (..., 0) with
tree_fits_shwi_p throughout.

gcc/java/
* class.c, expr.c: Replace host_integerp (..., 0) with
tree_fits_shwi_p throughout.

gcc/
* builtins.c, config/alpha/alpha.c, config/c6x/predicates.md,
config/ia64/predicates.md, config/iq2000/iq2000.c, config/mips/mips.c,
config/s390/s390.c, dbxout.c, dwarf2out.c, except.c, explow.c, expr.c,
expr.h, fold-const.c, gimple-fold.c, gimple-ssa-strength-reduction.c,
gimple.c, godump.c, graphite-scop-detection.c, graphite-sese-to-poly.c,
omp-low.c, predict.c, rtlanal.c, sdbout.c, simplify-rtx.c,
stor-layout.c, tree-data-ref.c, tree-dfa.c, tree-pretty-print.c,
tree-sra.c, tree-ssa-alias.c, tree-ssa-forwprop.c,
tree-ssa-loop-ivopts.c, tree-ssa-loop-prefetch.c, tree-ssa-math-opts.c,
tree-ssa-phiopt.c, tree-ssa-reassoc.c, tree-ssa-sccvn.c,
tree-ssa-strlen.c, tree-ssa-structalias.c, tree-vect-data-refs.c,
tree-vect-patterns.c, tree-vectorizer.h, tree.c, var-tracking.c,
varasm.c: Replace host_integerp (..., 0) with tree_fits_shwi_p
throughout.

From-SVN: r204955
66 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/cuintp.c
gcc/builtins.c
gcc/c-family/ChangeLog
gcc/c-family/c-ada-spec.c
gcc/c-family/c-common.c
gcc/c-family/c-format.c
gcc/c-family/c-pretty-print.c
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/config/alpha/alpha.c
gcc/config/c6x/predicates.md
gcc/config/ia64/predicates.md
gcc/config/iq2000/iq2000.c
gcc/config/mips/mips.c
gcc/config/s390/s390.c
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/cp/init.c
gcc/cp/parser.c
gcc/cp/semantics.c
gcc/dbxout.c
gcc/dwarf2out.c
gcc/except.c
gcc/explow.c
gcc/expr.c
gcc/expr.h
gcc/fold-const.c
gcc/gimple-fold.c
gcc/gimple-ssa-strength-reduction.c
gcc/gimple.c
gcc/go/ChangeLog
gcc/go/gofrontend/expressions.cc
gcc/godump.c
gcc/graphite-scop-detection.c
gcc/graphite-sese-to-poly.c
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/expr.c
gcc/omp-low.c
gcc/predict.c
gcc/rtlanal.c
gcc/sdbout.c
gcc/simplify-rtx.c
gcc/stor-layout.c
gcc/tree-data-ref.c
gcc/tree-dfa.c
gcc/tree-pretty-print.c
gcc/tree-sra.c
gcc/tree-ssa-alias.c
gcc/tree-ssa-forwprop.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-loop-prefetch.c
gcc/tree-ssa-math-opts.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa-reassoc.c
gcc/tree-ssa-sccvn.c
gcc/tree-ssa-strlen.c
gcc/tree-ssa-structalias.c
gcc/tree-vect-data-refs.c
gcc/tree-vect-patterns.c
gcc/tree-vectorizer.h
gcc/tree.c
gcc/var-tracking.c
gcc/varasm.c