gallium: remove llvm from ir struct

This was added in 425dc4c4b3 but never used. Also since
100796c15c native has superseded llvm.

Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Timothy Arceri 2018-02-02 08:50:09 +11:00
parent e51b0664e0
commit 7e46214f87

View file

@ -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;