Skip to content

Commit 57fc307

Browse files
benshi001tomocy
authored andcommitted
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 <[email protected]> Reviewed-by: Daniel Martí <[email protected]> Run-TryBot: Daniel Martí <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent ce21274 commit 57fc307

File tree

1 file changed

+1
-1
lines changed
  • src/cmd/compile/internal/ssa/gen

1 file changed

+1
-1
lines changed

Diff for: src/cmd/compile/internal/ssa/gen/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// license that can be found in the LICENSE file.
44

55
This package generates opcode tables, rewrite rules, etc. for the ssa compiler.
6-
Run it with:
6+
Run it with go-1.13 (or above):
77
go run *.go

0 commit comments

Comments
 (0)