diff options
author | Anatoly Sokolov <aesok@post.ru> | 2010-05-20 00:09:57 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2010-05-20 00:09:57 +0400 |
commit | 1961ffb8cd83ccb0f91ce9b3015bb3290f48b04b (patch) | |
tree | 89268be053049f4ffb484bf22fb0818f0c2db8b7 /gcc/tree.h | |
parent | 9908949ca643e02d6a07fef3742d50f389a80def (diff) | |
download | gcc-1961ffb8cd83ccb0f91ce9b3015bb3290f48b04b.zip gcc-1961ffb8cd83ccb0f91ce9b3015bb3290f48b04b.tar.gz gcc-1961ffb8cd83ccb0f91ce9b3015bb3290f48b04b.tar.bz2 |
double-int.h (double_int_ior): New function.
* double-int.h (double_int_ior): New function.
* tree.h (build_int_cst_wide_type): Remove.
* tree.c (build_int_cst_wide_type): Remove.
* fold-const.c (native_interpret_int): Use double_int_to_tree instead
of build_int_cst_wide_type.
* stor-layout.c (set_sizetype): (Ditto.).
* dojump.c (do_jump): Use build_int_cstu instead of
build_int_cst_wide_type.
/java
* jcf-parse.c (get_constant): Use double_int_to_tree instead of
build_int_cst_wide_type.
From-SVN: r159595
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4012,8 +4012,6 @@ build_int_cstu (tree type, unsigned HOST_WIDE_INT cst) extern tree build_int_cst (tree, HOST_WIDE_INT); extern tree build_int_cst_type (tree, HOST_WIDE_INT); extern tree build_int_cst_wide (tree, unsigned HOST_WIDE_INT, HOST_WIDE_INT); -extern tree build_int_cst_wide_type (tree, - unsigned HOST_WIDE_INT, HOST_WIDE_INT); extern tree build_vector (tree, tree); extern tree build_vector_from_ctor (tree, VEC(constructor_elt,gc) *); extern tree build_constructor (tree, VEC(constructor_elt,gc) *); |