Mesa (main): Remove redundant assignment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 9 09:47:17 UTC 2021


Module: Mesa
Branch: main
Commit: 57f54bb9cc7c7f94302ae9edd3f94d0464f84314
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=57f54bb9cc7c7f94302ae9edd3f94d0464f84314

Author: Andrii Simiklit <andrii.simiklit at globallogic.com>
Date:   Thu Jul  8 12:11:32 2021 +0300

Remove redundant assignment

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4957
Reviewed-by: Marcin Ślusarz <marcin.slusarz at intel.com>
Signed-off-by: Andrii Simiklit <andrii.simiklit at globallogic.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11780>

---

 src/intel/compiler/brw_compiler.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/compiler/brw_compiler.c b/src/intel/compiler/brw_compiler.c
index f367903eace..4aebd5eb6fe 100644
--- a/src/intel/compiler/brw_compiler.c
+++ b/src/intel/compiler/brw_compiler.c
@@ -38,7 +38,6 @@
    .lower_bitfield_insert = true,                                             \
    .lower_uadd_carry = true,                                                  \
    .lower_usub_borrow = true,                                                 \
-   .lower_fdiv = true,                                                        \
    .lower_flrp64 = true,                                                      \
    .lower_isign = true,                                                       \
    .lower_ldexp = true,                                                       \



More information about the mesa-commit mailing list