On Tue, 10 Dec 2013, Richard Sandiford wrote:
> As Richard requested, this patch removes INT_CST_LT in favour of
> tree_int_cst_lt and renames INT_CST_LE in a similar way. I made
> both of them inline since the idea is that wi::l[te]s_p should already
> do the expensive stuff out-of-line. I also
As Richard requested, this patch removes INT_CST_LT in favour of
tree_int_cst_lt and renames INT_CST_LE in a similar way. I made
both of them inline since the idea is that wi::l[te]s_p should already
do the expensive stuff out-of-line. I also moved tree_int_cst_cmp in
the same way for consistency