...
1// Copyright 2015 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5This command generates Go code (in the parent directory) for all
6the architecture-specific opcodes, blocks, and rewrites. See the
7"Hacking on SSA" section in the parent directory's README.md for
8more information.
9
10To regenerate everything, run "go generate" on the ssa package
11in the parent directory.
12
13The parent directory contains a test in generate_test.go that will fail
14if the generated files are not up-to-date, and to allow that test to
15run in no-network environments, golang.org/x/tools/go/ast/astutil is
16vendored.
View as plain text