mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium/radeon: Silence possibly uninitialized variable warning.
Signed-off-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
51d1551241
commit
4abe051a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ void radeon_llvm_shader_type(LLVMValueRef F, unsigned type)
|
|||
calling_conv = RADEON_LLVM_AMDGPU_CS;
|
||||
break;
|
||||
default:
|
||||
assert(0);
|
||||
unreachable("Unhandle shader type");
|
||||
}
|
||||
|
||||
if (HAVE_LLVM >= 0x309)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue