X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2Fnir%2Fnir_lower_vars_to_ssa.c;h=317647bf9e4f63ec3c749e8ebdb85b80b003a4c6;hb=60a27ad122128145d28be37e9c0b0bc86a8e5181;hp=d62cec014aa9f045557cdbeaa14032e3ad18e3fd;hpb=5d0799831725e67a224ef3cbb4ead39e2cebc7e6;p=mesa.git diff --git a/src/compiler/nir/nir_lower_vars_to_ssa.c b/src/compiler/nir/nir_lower_vars_to_ssa.c index d62cec014aa..317647bf9e4 100644 --- a/src/compiler/nir/nir_lower_vars_to_ssa.c +++ b/src/compiler/nir/nir_lower_vars_to_ssa.c @@ -621,7 +621,7 @@ rename_variables_block(nir_block *block, struct lower_variables_state *state) * fully-direct references we see and store them in the * direct_deref_nodes hash table. * - * 2) Walk over the the list of fully-qualified direct derefs generated in + * 2) Walk over the list of fully-qualified direct derefs generated in * the previous pass. For each deref, we determine if it can ever be * aliased, i.e. if there is an indirect reference anywhere that may * refer to it. If it cannot be aliased, we mark it for lowering to an