This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question on extract_range_from_cond in tree-ssa-dom


> 
> Callers seem to use the values as if they were known to be
> INTEGER_CSTs, but the documentation of the function doesn't say they
> have to be and indeed there's no code to assure they are.
> 
> What's the situation here?

There are checks before the first extract_range_from_cond to make
sure that it is INTEGER_CST likewise for the other one so ...

Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]