From: Ben Shi Date: Fri, 30 Aug 2019 05:36:14 +0000 (+0000) Subject: cmd/compile: update README for rulegen X-Git-Tag: go1.14beta1~1259 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c5de667d3b1349a3058e4c57b01f0309502a118;p=gostls13.git cmd/compile: update README for rulegen Update cmd/compile/internal/ssa/gen/README, suggest using go-1.13 and above for rulegen. Change-Id: I5256d6f1bb4273b5eb7d5122a4364add52fc42c6 Reviewed-on: https://go-review.googlesource.com/c/go/+/192517 Reviewed-by: Keith Randall Reviewed-by: Daniel Martí Run-TryBot: Daniel Martí TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/compile/internal/ssa/gen/README b/src/cmd/compile/internal/ssa/gen/README index 6731b970b3..6d2c6bb477 100644 --- a/src/cmd/compile/internal/ssa/gen/README +++ b/src/cmd/compile/internal/ssa/gen/README @@ -3,5 +3,5 @@ // license that can be found in the LICENSE file. This package generates opcode tables, rewrite rules, etc. for the ssa compiler. -Run it with: +Run it with go-1.13 (or above): go run *.go