diff options
Diffstat (limited to 'src/compiler/nir/nir_opt_cse.c')
-rw-r--r-- | src/compiler/nir/nir_opt_cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_opt_cse.c b/src/compiler/nir/nir_opt_cse.c index 71953b81bf7..db6bb9a4a22 100644 --- a/src/compiler/nir/nir_opt_cse.c +++ b/src/compiler/nir/nir_opt_cse.c @@ -33,7 +33,7 @@ */ /* - * Visits and CSE's the given block and all its descendants in the dominance + * Visits and CSEs the given block and all its descendants in the dominance * tree recursively. Note that the instr_set is guaranteed to only ever * contain instructions that dominate the current block. */ |