diff options
author | Nicolai Hähnle <[email protected]> | 2017-09-18 15:44:50 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-09-29 11:37:03 +0200 |
commit | 9ddc6e16a988750e15a52ea19bb1e76cd825e380 (patch) | |
tree | 53213fb24adcd2219936a0de38c94971243566c0 /src/gallium | |
parent | 5b86c53b47c8264ff16da98d1ff0c07a2622e222 (diff) |
amd/common: remove ac_shader_abi::chip_class
Redundant with the recently added ac_llvm_context::chip_class.
Reviewed-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_shader.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drivers/radeonsi/si_shader.c index 46ea1c20825..fb18753a108 100644 --- a/src/gallium/drivers/radeonsi/si_shader.c +++ b/src/gallium/drivers/radeonsi/si_shader.c @@ -5555,8 +5555,6 @@ static void si_init_shader_ctx(struct si_shader_context *ctx, { struct lp_build_tgsi_context *bld_base; - ctx->abi.chip_class = sscreen->b.chip_class; - si_llvm_context_init(ctx, sscreen, tm); bld_base = &ctx->bld_base; |