diff options
author | Timothy Arceri <[email protected]> | 2018-02-02 08:50:09 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-03-01 10:51:56 +1100 |
commit | 7e46214f871983dc64730f2f9c5029ee6109c3b4 (patch) | |
tree | c2cdaa794baf9bad0a0e8d6a8d843cc8edafa5d2 /src | |
parent | e51b0664e03a028961e1a4250c49fbc3005b2fa4 (diff) |
gallium: remove llvm from ir struct
This was added in 425dc4c4b366 but never used. Also since
100796c15c3a native has superseded llvm.
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index 2b56d60b5ed..640e6ed26dc 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -267,7 +267,6 @@ struct pipe_shader_state /* TODO move tokens into union. */ const struct tgsi_token *tokens; union { - void *llvm; void *native; void *nir; } ir; |