From 3f9dc97124d8a7ce28e208c2020048b97e4aa1db Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 27 Aug 2019 10:38:34 -0700 Subject: [PATCH] freedreno/ir3: Link directly to Sethi-Ullman paper Allow a direct link to the PDF itself from the authors themselves, rather than a paywall splash page. Signed-off-by: Alyssa Rosenzweig Acked-by: Rob Clark --- src/freedreno/ir3/ir3_sun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/ir3/ir3_sun.c b/src/freedreno/ir3/ir3_sun.c index 7fea9a073e5..413eaabef88 100644 --- a/src/freedreno/ir3/ir3_sun.c +++ b/src/freedreno/ir3/ir3_sun.c @@ -38,7 +38,7 @@ * is computed in multiple paths into a block, I think we should only have to * consider the worst-case. * - * [1] https://pdfs.semanticscholar.org/ae53/6010b214612c2571f483354c264b0b39c545.pdf + * [1] https://www.cs.princeton.edu/~appel/papers/sun.pdf */ static unsigned -- 2.30.2