...

Text file src/cmd/compile/internal/ssa/_gen/README

Documentation: cmd/compile/internal/ssa/_gen

     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.

View as plain text