mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 19:10:32 +01:00
nir: remove unused constant_fold_state
Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
79a5ebe045
commit
5ccd5871ed
1 changed files with 0 additions and 6 deletions
|
|
@ -32,12 +32,6 @@
|
|||
* Implements SSA-based constant folding.
|
||||
*/
|
||||
|
||||
struct constant_fold_state {
|
||||
void *mem_ctx;
|
||||
nir_function_impl *impl;
|
||||
bool progress;
|
||||
};
|
||||
|
||||
static bool
|
||||
constant_fold_alu_instr(nir_alu_instr *instr, void *mem_ctx)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue