mirror of
https://github.com/golang/go
synced 2024-11-23 15:20:03 -07:00
cmd/compile/internal/ssa/gen: set wasm genfile
This appears to have been an oversight and/or left over from development. Setting the genfile means that extra sanity checks are executed when regenerating SSA files. They already pass. Change-Id: Icc01ecf85020d3d51355e8bccfbc521b52371747 Reviewed-on: https://go-review.googlesource.com/c/154459 Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
parent
c5414457c6
commit
3a3b98fdf9
@ -196,7 +196,7 @@ func init() {
|
||||
archs = append(archs, arch{
|
||||
name: "Wasm",
|
||||
pkg: "cmd/internal/obj/wasm",
|
||||
genfile: "",
|
||||
genfile: "../../wasm/ssa.go",
|
||||
ops: WasmOps,
|
||||
blocks: nil,
|
||||
regnames: regNamesWasm,
|
||||
|
Loading…
Reference in New Issue
Block a user