Re: [8/10] Mop up remaining tree_low_cst calls

2013-11-18 Thread Richard Biener
On Sat, Nov 16, 2013 at 2:10 PM, Richard Sandiford wrote: > Handle tree_low_cst references that weren't caught by the sed. Same ok. Thanks, Richard. > Thanks, > Richard > > > gcc/ada/ > * gcc-interface/cuintp.c (UI_From_gnu): Use tree_to_shwi rather than > tree_low_cst. > > gcc/

[8/10] Mop up remaining tree_low_cst calls

2013-11-16 Thread Richard Sandiford
Handle tree_low_cst references that weren't caught by the sed. Thanks, Richard gcc/ada/ * gcc-interface/cuintp.c (UI_From_gnu): Use tree_to_shwi rather than tree_low_cst. gcc/c-family/ * c-common.c (fold_offsetof_1): Use tree_to_uhwi rather than tree_low_cst.