<p dir="ltr"><br>
On Mar 18, 2015 12:39 PM, "Ilia Mirkin" <<a href="mailto:imirkin@alum.mit.edu">imirkin@alum.mit.edu</a>> wrote:<br>
><br>
> On Wed, Mar 18, 2015 at 3:36 PM, Jason Ekstrand <<a href="mailto:jason@jlekstrand.net">jason@jlekstrand.net</a>> wrote:<br>
> > diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp<br>
> > index 047cb51..e3c085a 100644<br>
> > --- a/src/glsl/nir/glsl_to_nir.cpp<br>
> > +++ b/src/glsl/nir/glsl_to_nir.cpp<br>
> > @@ -98,6 +98,9 @@ private:<br>
> >     /* whether the IR we're operating on is per-function or global */<br>
> >     bool is_global;<br>
> ><br>
> > +   /* A set of seen variable names to ensure uniqueness */<br>
> > +   struct hash_set *var_names;<br>
> > +<br>
><br>
> I don't see any references to this elsewhere in the patch... left-over?</p>
<p dir="ltr">Yup. Thanks. I'll drop that hunk.</p>