From: Ian Lance Taylor Date: Wed, 11 Dec 2024 16:59:04 +0000 (-0800) Subject: cmd/compile: update broken link X-Git-Tag: go1.24rc1~3^2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a7c4cadce0799a74e48d394ff662ed5128667621;p=gostls13.git cmd/compile: update broken link Fixes #70778 Change-Id: Ie5ed53aa39446beb0316eb134cc705ea06b37435 Reviewed-on: https://go-review.googlesource.com/c/go/+/635295 Auto-Submit: Ian Lance Taylor Reviewed-by: Keith Randall Reviewed-by: Keith Randall Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- diff --git a/src/cmd/compile/internal/ssa/_gen/rulegen.go b/src/cmd/compile/internal/ssa/_gen/rulegen.go index b635631501..4374d3e153 100644 --- a/src/cmd/compile/internal/ssa/_gen/rulegen.go +++ b/src/cmd/compile/internal/ssa/_gen/rulegen.go @@ -5,7 +5,8 @@ // This program generates Go code that applies rewrite rules to a Value. // The generated code implements a function of type func (v *Value) bool // which reports whether if did something. -// Ideas stolen from Swift: http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-2000-2.html +// Ideas stolen from the Swift Java compiler: +// https://bitsavers.org/pdf/dec/tech_reports/WRL-2000-2.pdf package main