On 08/30/2018 06:24 PM, David Malcolm wrote:
Adding "const" to these indicates to both humans and the compiler in which direction information is intended to flow. For example, compare: extract_range_from_binary_expr_1, which takes two vr and modifies a third with: ranges_from_anti_range, which takes one and modifies two others.
Duuuude! Thanks so much. I will adjust my patch accordingly. Aldy