diff options
author | Ian Romanick <[email protected]> | 2015-05-06 17:00:18 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-08 12:12:54 -0700 |
commit | e0a17f6e31a8cefc173ced5f53cb2d28a842fbb6 (patch) | |
tree | 4dbf7e5ddd33ae68c48956ef9b055eb081c4445b /src/mesa | |
parent | a45d55f17c7895c55214d2babeb0f0b03442c8a8 (diff) |
nir: Delete all traces of nir_op_fexp
Nothing produces it, and nothing can consume it.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp index 555987d74d5..164d0f8dc13 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_nir.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs_nir.cpp @@ -722,7 +722,6 @@ fs_visitor::nir_emit_alu(nir_alu_instr *instr) inst->saturate = instr->dest.saturate; break; - case nir_op_fexp: case nir_op_flog: unreachable("not reached: should be handled by ir_explog_to_explog2"); |