Re: [wide-int] Remove INT_CST_LT and INT_CST_LE

2013-12-10 Thread Richard Biener
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

[wide-int] Remove INT_CST_LT and INT_CST_LE

2013-12-10 Thread Richard Sandiford
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