projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ce619
)
intel/compiler: fix typo in a comment
author
Marcin Ślusarz
<marcin.slusarz@intel.com>
Thu, 2 Jul 2020 16:57:08 +0000
(18:57 +0200)
committer
Marge Bot
<eric+marge@anholt.net>
Fri, 4 Sep 2020 17:38:25 +0000
(17:38 +0000)
Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6602>
src/intel/compiler/brw_fs.cpp
patch
|
blob
|
history
diff --git
a/src/intel/compiler/brw_fs.cpp
b/src/intel/compiler/brw_fs.cpp
index c1d3a6a4627484390e17aac89d743d11cc1a45e7..ea10e522b00de48e71548e9b1d45511a22ab05b2 100644
(file)
--- a/
src/intel/compiler/brw_fs.cpp
+++ b/
src/intel/compiler/brw_fs.cpp
@@
-7788,7
+7788,7
@@
fs_visitor::allocate_registers(bool allow_spilling)
/* Scheduling may create additional opportunities for CMOD propagation,
* so let's do it again. If CMOD propagation made any progress,
- * elminate dead code one more time.
+ * el
i
minate dead code one more time.
*/
bool progress = false;
const int iteration = 99;