Skip to content

Commit

Permalink
cmd/compile: update README for rulegen
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
benshi001 authored and mvdan committed Aug 30, 2019
1 parent 3ff590e commit 8c5de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/compile/internal/ssa/gen/README
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c5de66

Please sign in to comment.