diff options
author | Aldy Hernandez <aldyh@gcc.gnu.org> | 2019-06-13 17:17:41 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2019-06-13 17:17:41 +0000 |
commit | af0d9e781432516f5581fdb2f8bb80d30114c4e2 (patch) | |
tree | 04a69890fd8c94314748163fdca4bdae6075512f /gcc/tree-ssa-loop-prefetch.c | |
parent | 7bbaee14f9e677e2b001648294cbc48f032e5647 (diff) | |
download | gcc-af0d9e781432516f5581fdb2f8bb80d30114c4e2.zip gcc-af0d9e781432516f5581fdb2f8bb80d30114c4e2.tar.gz gcc-af0d9e781432516f5581fdb2f8bb80d30114c4e2.tar.bz2 |
Shuffle things around to make it possible to provide alternate irange
implementations by just providing:
typedef something_else irange;
typedef something_else_storage irange_storage;
This is not the irange on value_range implementation, but the necessary
glue to make it possible at a later time.
From-SVN: r272252
Diffstat (limited to 'gcc/tree-ssa-loop-prefetch.c')
0 files changed, 0 insertions, 0 deletions