This is the mail archive of the gcc-patches@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] | |
This should be return -2 (at least you check for that below and the comment says so). The patch also looks more like a hack to me ;) But I guess until someone fixes fold-const.c to provide a special fold-to-constant for comparisons it's still ok.
/* Return true if value ranges VR0 and VR1 have a non-empty ! intersection. ! ! Benchmark compile/20001226-1.c compilation time after changing this ! function. ! */
Btw - are these comment changes a reminder for youself? I don't think they belong here (and above).
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |