]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/omp-low.c
gcc/c-family/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 14:52:03 +0000 (14:52 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 14:52:03 +0000 (14:52 +0000)
commitfcb97e84adcb5693684d9cfa7b2a97af32ba7a45
treebbf1b784a6f03f045b5a0765d5dccfb9df0eab5a
parentb633e10e4ec216b6c9e7c05800ae85829c4282a0
gcc/c-family/
* c-common.c, c-format.c, c-omp.c, c-pretty-print.c: Replace
tree_low_cst (..., 0) with tree_to_shwi throughout.

gcc/c/
* c-parser.c: Replace tree_low_cst (..., 0) with tree_to_shwi
throughout.

gcc/cp/
* class.c, dump.c, error.c, init.c, method.c, parser.c, semantics.c:
Replace tree_low_cst (..., 0) with tree_to_shwi throughout.

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

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

gcc/objc/
* objc-next-runtime-abi-02.c: Replace tree_low_cst (..., 0) with
tree_to_shwi throughout.

gcc/
* builtins.c, cilk-common.c, config/aarch64/aarch64.c,
config/alpha/alpha.c, config/arm/arm.c, config/c6x/predicates.md,
config/i386/i386.c, config/ia64/predicates.md, config/s390/s390.c,
coverage.c, dbxout.c, dwarf2out.c, except.c, explow.c, expr.c, expr.h,
fold-const.c, gimple-fold.c, godump.c, ipa-prop.c, omp-low.c,
predict.c, rtlanal.c, sdbout.c, stmt.c, stor-layout.c, targhooks.c,
tree-cfg.c, tree-data-ref.c, tree-inline.c, tree-ssa-forwprop.c,
tree-ssa-loop-prefetch.c, tree-ssa-phiopt.c, tree-ssa-sccvn.c,
tree-ssa-strlen.c, tree-stdarg.c, tree-vect-data-refs.c,
tree-vect-patterns.c, tree.c, tree.h, var-tracking.c, varasm.c:
Replace tree_low_cst (..., 0) with tree_to_shwi throughout.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204959 138bc75d-0d04-0410-961f-82ee72b054a4
65 files changed:
gcc/ChangeLog
gcc/builtins.c
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c-format.c
gcc/c-family/c-omp.c
gcc/c-family/c-pretty-print.c
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/cilk-common.c
gcc/config/aarch64/aarch64.c
gcc/config/alpha/alpha.c
gcc/config/arm/arm.c
gcc/config/c6x/predicates.md
gcc/config/i386/i386.c
gcc/config/ia64/predicates.md
gcc/config/s390/s390.c
gcc/coverage.c
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/dump.c
gcc/cp/error.c
gcc/cp/init.c
gcc/cp/method.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/go/ChangeLog
gcc/go/gofrontend/expressions.cc
gcc/godump.c
gcc/ipa-prop.c
gcc/java/ChangeLog
gcc/java/class.c
gcc/java/expr.c
gcc/objc/ChangeLog
gcc/objc/objc-next-runtime-abi-02.c
gcc/omp-low.c
gcc/predict.c
gcc/rtlanal.c
gcc/sdbout.c
gcc/stmt.c
gcc/stor-layout.c
gcc/targhooks.c
gcc/tree-cfg.c
gcc/tree-data-ref.c
gcc/tree-inline.c
gcc/tree-ssa-forwprop.c
gcc/tree-ssa-loop-prefetch.c
gcc/tree-ssa-phiopt.c
gcc/tree-ssa-sccvn.c
gcc/tree-ssa-strlen.c
gcc/tree-stdarg.c
gcc/tree-vect-data-refs.c
gcc/tree-vect-patterns.c
gcc/tree.c
gcc/tree.h
gcc/var-tracking.c
gcc/varasm.c