aboutsummaryrefslogtreecommitdiffstats
path: root/src/loader
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2016-09-01 19:34:18 -0700
committerFrancisco Jerez <[email protected]>2016-09-14 14:50:55 -0700
commitb42c13a5b8ac7d643bbf4c1592607811a81b4ebb (patch)
treef8de2847535fa7899339b11040c6885ec1124d56 /src/loader
parent32d67923b28e55cfe23883510509644e788003f0 (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