gallium: remove llvm from ir struct
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 1 Feb 2018 21:50:09 +0000 (08:50 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 28 Feb 2018 23:51:56 +0000 (10:51 +1100)
This was added in 425dc4c4b366 but never used. Also since
100796c15c3a native has superseded llvm.

Acked-by: Dave Airlie <airlied@redhat.com>
src/gallium/include/pipe/p_state.h

index 2b56d60b5ed9eed4aeba858237dd74b625a71e12..640e6ed26dca0cc99a9656e720cf20b954567de9 100644 (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;