* double-int.h (double_int_setbit): Declare.
commit3e052aecce6f32ada83948b4fc877a648f2fe286
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Apr 2010 16:33:46 +0000 (20 16:33 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Apr 2010 16:33:46 +0000 (20 16:33 +0000)
treefc2fe7aa9ff67f2d7f7bb70f4b04a3ccb15037d4
parent3fef88f8e3dfa5d7e3b8bc3bc0f540d7b84eaa7b
* double-int.h (double_int_setbit): Declare.
* double-int.c (double_int_setbit): New function.
* rtl.h (immed_double_int_const): Declare.
* emit-rtl.c (immed_double_int_const): New function.
* builtins.c (expand_builtin_signbit): Clean up, use double_int_*
and immed_double_int_const functions.
* optabs.c (expand_absneg_bit, expand_copysign_absneg,
expand_copysign_bit):  (Ditto.).
* simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
* tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
* dojump.c (prefer_and_bit_test): (Ditto.).
* expr.c (convert_modes, reduce_to_bit_field_precision,
const_vector_from_tree): (Ditto.).
* expmed.c (mask_rtx, lshift_value): (Ditto.).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158566 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/builtins.c
gcc/dojump.c
gcc/double-int.c
gcc/double-int.h
gcc/emit-rtl.c
gcc/expmed.c
gcc/expr.c
gcc/optabs.c
gcc/rtl.h
gcc/simplify-rtx.c
gcc/tree-ssa-address.c