diff options
Diffstat (limited to 'src/compiler/nir/nir_sweep.c')
-rw-r--r-- | src/compiler/nir/nir_sweep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/nir_sweep.c b/src/compiler/nir/nir_sweep.c index b14bf139c1b..aab641388db 100644 --- a/src/compiler/nir/nir_sweep.c +++ b/src/compiler/nir/nir_sweep.c @@ -167,6 +167,8 @@ nir_sweep(nir_shader *nir) sweep_function(nir, func); } + ralloc_steal(nir, nir->constant_data); + /* Free everything we didn't steal back. */ ralloc_free(rubbish); } |