gpu_group.c: inline check_scalar_live_ranges_in_host
commited4508d50b020e575b163983ba1fc0c60ba0fdd0
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 24 Mar 2016 14:15:36 +0000 (24 15:15 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 25 Mar 2016 11:58:36 +0000 (25 12:58 +0100)
treea759c0699f7e2f45835906b5fd722b3c097901c6
parent001dd45f10f7304da4c01a01731f2d904e65c1bc
gpu_group.c: inline check_scalar_live_ranges_in_host

check_scalar_live_ranges_in_host was extracted from check_scalar_live_ranges
in 00459e2 (gpu_group.c: check_scalar_live_ranges: isolate dependence on
gpu_gen, Wed Oct 2 11:06:07 2013 +0200) in order to isolate the dependence
on gpu_gen to the remaining part of check_scalar_live_ranges.
Later, in d4562a9 (gpu: generate the AST from a single schedule tree,
Wed Oct 2 21:54:23 2013 +0200), the dependence on gpu_gen was also
removed from this remaining part.
There is therefore no longer any need for a separate
check_scalar_live_ranges_in_host.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu_group.c