]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: update README for rulegen
authorBen Shi <powerman1st@163.com>
Fri, 30 Aug 2019 05:36:14 +0000 (05:36 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 30 Aug 2019 08:28:40 +0000 (08:28 +0000)
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>

src/cmd/compile/internal/ssa/gen/README

index 6731b970b33f7f2f01c7d0305a1b20d1e395ee78..6d2c6bb47798db1d4a462c8eb771493515207048 100644 (file)
@@ -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