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

     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  
     5  This command generates Go code (in the parent directory) for all
     6  the architecture-specific opcodes, blocks, and rewrites. See the
     7  "Hacking on SSA" section in the parent directory's README.md for
     8  more information.
     9  
    10  To regenerate everything, run "go generate" on the ssa package
    11  in the parent directory.
    12  

View as plain text