Can we move this right after patch 53 (nir: Automatically handle SSA
uses when an instruction is inserted), since they're doing similar
things?
On Tue, Dec 16, 2014 at 1:11 AM, Jason Ekstrand wrote:
> ---
> src/glsl/nir/nir.c | 9 -
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> d
---
src/glsl/nir/nir.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/glsl/nir/nir.c b/src/glsl/nir/nir.c
index 07d7b94..a4edc79 100644
--- a/src/glsl/nir/nir.c
+++ b/src/glsl/nir/nir.c
@@ -1004,13 +1004,12 @@ update_if_uses(nir_cf_node *node)
return;