mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
gallium: remove llvm from ir struct
This was added in425dc4c4b3but never used. Also since100796c15cnative has superseded llvm. Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
e51b0664e0
commit
7e46214f87
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue