diff options
author | Samuel Pitoiset <[email protected]> | 2018-05-17 09:56:47 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2018-05-17 13:48:21 +0200 |
commit | 1e86eaf7d83e73b0287722a868718eb18675ce08 (patch) | |
tree | 14937635d094ec84d1898faf80e1b755bcc0d25c /src/amd/vulkan/radv_device.c | |
parent | f71714022b2cd26bb1892e6a7f3d7308515f210e (diff) |
radv: remove radv_device::llvm_supports_spill
It's always true.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_device.c')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index a7f4a5ab7b8..2ce0c9dbd0f 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -1454,8 +1454,6 @@ VkResult radv_CreateDevice( device->always_use_syncobj = device->physical_device->rad_info.has_syncobj_wait_for_submit; #endif - device->llvm_supports_spill = true; - /* The maximum number of scratch waves. Scratch space isn't divided * evenly between CUs. The number is only a function of the number of CUs. * We can decrease the constant to decrease the scratch buffer size. |