diff options
author | Francisco Jerez <[email protected]> | 2016-09-01 19:34:18 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-09-14 14:50:55 -0700 |
commit | b42c13a5b8ac7d643bbf4c1592607811a81b4ebb (patch) | |
tree | f8de2847535fa7899339b11040c6885ec1124d56 /src/loader | |
parent | 32d67923b28e55cfe23883510509644e788003f0 (diff) |
i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap().
fs_inst::overwrites_reg is rather easy to misuse because it cannot
tell how large the register region starting at 'reg' is, so in cases
where the destination region starts after 'reg' it may give a
misleading result. regions_overlap() is somewhat more verbose to use
but handles arbitrary overlap correctly so it should generally be used
instead.
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/loader')
0 files changed, 0 insertions, 0 deletions