ac/nir: remove last remnants of v16i8

llvm doesn't need this workaround anymore.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2017-06-28 20:14:58 +01:00
parent 909184ac9c
commit ff422500cc
3 changed files with 3 additions and 9 deletions

View File

@@ -49,7 +49,6 @@ struct ac_llvm_context {
LLVMTypeRef v4i32;
LLVMTypeRef v4f32;
LLVMTypeRef v8i32;
LLVMTypeRef v16i8;
LLVMValueRef i32_0;
LLVMValueRef i32_1;