Reviewed-by: Timothy Arceri <[email protected]>

On 26/10/17 16:22, Dave Airlie wrote:
From: Dave Airlie <[email protected]>

This was unused.

Signed-off-by: Dave Airlie <[email protected]>
---
  src/amd/common/ac_nir_to_llvm.c | 8 --------
  1 file changed, 8 deletions(-)

diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c
index 9713c06..860f39c 100644
--- a/src/amd/common/ac_nir_to_llvm.c
+++ b/src/amd/common/ac_nir_to_llvm.c
@@ -150,8 +150,6 @@ struct nir_to_llvm_context {
        LLVMTypeRef v4f32;
        LLVMTypeRef voidt;
- LLVMValueRef v4f32empty;
-
        unsigned uniform_md_kind;
        LLVMValueRef empty_md;
        gl_shader_stage stage;
@@ -1017,12 +1015,6 @@ static void setup_types(struct nir_to_llvm_context *ctx)
        ctx->v2f32 = LLVMVectorType(ctx->f32, 2);
        ctx->v4f32 = LLVMVectorType(ctx->f32, 4);
- args[0] = ctx->ac.f32_0;
-       args[1] = ctx->ac.f32_0;
-       args[2] = ctx->ac.f32_0;
-       args[3] = ctx->ac.f32_1;
-       ctx->v4f32empty = LLVMConstVector(args, 4);
-
        ctx->uniform_md_kind =
            LLVMGetMDKindIDInContext(ctx->context, "amdgpu.uniform", 14);
        ctx->empty_md = LLVMMDNodeInContext(ctx->context, NULL, 0);

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to