diff options
author | Aldy Hernandez <aldyh@gcc.gnu.org> | 2019-06-11 01:03:18 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2019-06-11 01:03:18 +0000 |
commit | df83586a84abe666173a842452c612dfbbee02aa (patch) | |
tree | 1249e333bd2a66865367beb891ec1b103c0b696d /gcc/tree-ssa-loop-prefetch.c | |
parent | 471f65f63d6b614e0cb7108a7531222c5d156d5a (diff) | |
download | gcc-df83586a84abe666173a842452c612dfbbee02aa.zip gcc-df83586a84abe666173a842452c612dfbbee02aa.tar.gz gcc-df83586a84abe666173a842452c612dfbbee02aa.tar.bz2 |
irange::PLAIN -> IRANGE_PLAIN irange::INVERSE -> IRANGE_INVERSE
Replace:
irange::PLAIN -> IRANGE_PLAIN
irange::INVERSE -> IRANGE_INVERSE
This will make it easier to coexist with value_range_kind. During the
transition period we can do:
#define IRANGE_PLAIN VR_RANGE
#define IRANGE_INVERSE VR_ANTI_RANGE
From-SVN: r272142
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
0 files changed, 0 insertions, 0 deletions