Richard Biener writes:
> On Sat, Nov 16, 2013 at 2:03 PM, Richard Sandiford
> wrote:
>> Add tree_to_shwi and tree_to_uhwi. Initially tree_to_uhwi returns a
>> HOST_WIDE_INT, so that it's a direct replacement for tree_low_cst.
>> Patch 10 makes it return unsigned HOST_WIDE_INT instead.
>
> Possib
On Sat, Nov 16, 2013 at 2:03 PM, Richard Sandiford
wrote:
> Add tree_to_shwi and tree_to_uhwi. Initially tree_to_uhwi returns a
> HOST_WIDE_INT, so that it's a direct replacement for tree_low_cst.
> Patch 10 makes it return unsigned HOST_WIDE_INT instead.
Possibly same naming issue (though we al
Add tree_to_shwi and tree_to_uhwi. Initially tree_to_uhwi returns a
HOST_WIDE_INT, so that it's a direct replacement for tree_low_cst.
Patch 10 makes it return unsigned HOST_WIDE_INT instead.
Thanks,
Richard
gcc/
* tree.h (tree_to_shwi, tree_to_uhwi): Declare, with inline expansions.