diff options
Diffstat (limited to 'src/glsl/ir.h')
-rw-r--r-- | src/glsl/ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/ir.h b/src/glsl/ir.h index a2eb508e9ea..9af2fc16e16 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -1710,7 +1710,6 @@ public: operation == ir_triop_vector_insert || operation == ir_quadop_vector || /* TODO: these can't currently be vectorized */ - operation == ir_quadop_bitfield_insert || operation == ir_triop_bitfield_extract; } |