Commit 8c5de667 authored by Ben Shi's avatar Ben Shi Committed by Daniel Martí

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/+/192517Reviewed-by: default avatarKeith Randall <khr@golang.org>
Reviewed-by: default avatarDaniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 3ff590eb
...@@ -3,5 +3,5 @@ ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment