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 <khr@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Ben Shi 2019-08-30 05:36:14 +00:00 committed by Daniel Martí
parent 3ff590ebf5
commit 8c5de667d3
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
This package generates opcode tables, rewrite rules, etc. for the ssa compiler. 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 go run *.go