diff options
author | Eric Engestrom <eric@engestrom.ch> | 2020-05-20 01:02:52 +0200 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-05-23 15:33:50 +0000 |
commit | 444138d6d9f7c0a07ff043bae623efa5ae26b3c1 (patch) | |
tree | 506ccf8a300d8b7844f4bf25f67dd339a4f8d42e /src/compiler/nir/nir_opt_if.c | |
parent | 9375e72d8d1a7aedefeb1d6fbce6384d640a8d2e (diff) | |
download | mesa-444138d6d9f7c0a07ff043bae623efa5ae26b3c1.tar.gz |
tree-wide: fix deprecated GitLab URLs
They will stop working in the next GitLab release, so let's update them
ASAP to make sure things are propagated to everyone by then.
See:
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5111>
Diffstat (limited to 'src/compiler/nir/nir_opt_if.c')
-rw-r--r-- | src/compiler/nir/nir_opt_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_opt_if.c b/src/compiler/nir/nir_opt_if.c index 4b2d0159bab..e07e852f869 100644 --- a/src/compiler/nir/nir_opt_if.c +++ b/src/compiler/nir/nir_opt_if.c @@ -630,7 +630,7 @@ opt_simplify_bcsel_of_phi(nir_builder *b, nir_loop *loop) * bcsel that must come before any break. * * For more details, see - * https://gitlab.freedesktop.org/mesa/mesa/merge_requests/170#note_110305 + * https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/170#note_110305 */ nir_foreach_instr_safe(instr, header_block) { if (instr->type != nir_instr_type_alu) |