From 8c5de667d3b1349a3058e4c57b01f0309502a118 Mon Sep 17 00:00:00 2001 From: Ben Shi Date: Fri, 30 Aug 2019 05:36:14 +0000 Subject: [PATCH] cmd/compile: update README for rulegen MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- src/cmd/compile/internal/ssa/gen/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0