mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/compile: make vet happy with ssa code
Fixes #15488 Change-Id: I054eb1e1c859de315e3cdbdef5428682bce693fd Reviewed-on: https://go-review.googlesource.com/22609 Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
56b5491262
commit
cd956576ae
11 changed files with 71 additions and 329 deletions
|
|
@ -142,7 +142,6 @@ func mergeSym(x, y interface{}) interface{} {
|
|||
return x
|
||||
}
|
||||
panic(fmt.Sprintf("mergeSym with two non-nil syms %s %s", x, y))
|
||||
return nil
|
||||
}
|
||||
func canMergeSym(x, y interface{}) bool {
|
||||
return x == nil || y == nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue