diff options
author | Matt Turner <mattst88@gmail.com> | 2017-03-02 11:09:00 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2017-03-23 14:34:43 -0700 |
commit | 7d41bf8d7b4a094bdfa725d68053ab21a1365ad5 (patch) | |
tree | 1c539ebbb7359fc183eaec0e58ee5e217e652e6b /src/compiler/nir/nir_lower_vars_to_ssa.c | |
parent | 70c045597479c65728be762491551e6071c7e65d (diff) | |
download | mesa-7d41bf8d7b4a094bdfa725d68053ab21a1365ad5.tar.gz |
nir: Fix syntax.
et is not an abbreviation.
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/compiler/nir/nir_lower_vars_to_ssa.c')
-rw-r--r-- | src/compiler/nir/nir_lower_vars_to_ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_lower_vars_to_ssa.c b/src/compiler/nir/nir_lower_vars_to_ssa.c index 4ea5ea5cd51..37a786cbacd 100644 --- a/src/compiler/nir/nir_lower_vars_to_ssa.c +++ b/src/compiler/nir/nir_lower_vars_to_ssa.c @@ -475,7 +475,7 @@ lower_copies_to_load_store(struct deref_node *node, * * This algorithm is very similar to the one outlined in "Efficiently * Computing Static Single Assignment Form and the Control Dependence - * Graph" by Cytron et. al. The primary difference is that we only put one + * Graph" by Cytron et al. The primary difference is that we only put one * SSA def on the stack per block. */ static bool |