diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-27 10:38:34 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-30 15:50:22 -0700 |
commit | 3f9dc97124d8a7ce28e208c2020048b97e4aa1db (patch) | |
tree | 08a16ac7dae5a3e491a619d918e8ef9822330f2e | |
parent | da5ebe30105f70e3520ce3ae145793b755552569 (diff) |
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 <[email protected]>
Acked-by: Rob Clark <[email protected]>
-rw-r--r-- | src/freedreno/ir3/ir3_sun.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |