r251363 - /branches/range-gen2/gcc/range.c
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Sat Aug 26 09:56:00 GMT 2017
Author: aldyh
Date: Sat Aug 26 09:56:36 2017
New Revision: 251363
URL: https://gcc.gnu.org/viewcvs?rev=251363&root=gcc&view=rev
Log:
When dumping ranges with irange::dump(), do not output irrelevant
bits, and do not output precision.
With this patch we now we get:
range: [0x80000000, 0x7fffffff]
Instead of:
range: [0xffffffff80000000, 0x7fffffff] precision = 32
Modified:
branches/range-gen2/gcc/range.c
More information about the Gcc-cvs
mailing list