summaryrefslogtreecommitdiff
path: root/src/amd
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2017-06-24 21:06:34 +0200
committerDave Airlie <airlied@redhat.com>2017-06-27 10:28:30 +1000
commit58d496c8e2a1be142de236af9da4dda87751b30e (patch)
tree87c65c7e292ea41a113d0dea0291b01768c18944 /src/amd
parent6ecef25545c2a7578588c337e84b2f8779eb3478 (diff)
ac/nir: remove unused nir_to_llvm_context::has_ddxy
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/common/ac_nir_to_llvm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c
index aec5d39e53e..67df46a7afb 100644
--- a/src/amd/common/ac_nir_to_llvm.c
+++ b/src/amd/common/ac_nir_to_llvm.c
@@ -160,7 +160,6 @@ struct nir_to_llvm_context {
uint64_t output_mask;
int num_locals;
LLVMValueRef *locals;
- bool has_ddxy;
uint8_t num_output_clips;
uint8_t num_output_culls;
@@ -1455,7 +1454,6 @@ static LLVMValueRef emit_ddxy(struct nir_to_llvm_context *ctx,
unsigned mask;
int idx;
LLVMValueRef result;
- ctx->has_ddxy = true;
if (!ctx->lds && !ctx->has_ds_bpermute)
ctx->lds = LLVMAddGlobalInAddressSpace(ctx->module,