]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix LocResults formatting
authorCherry Mui <cherryyz@google.com>
Mon, 13 Sep 2021 20:23:28 +0000 (16:23 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 16 Sep 2021 19:12:07 +0000 (19:12 +0000)
commit48e2b1ea91171f4fcb56cc521368969e586f033f
treeac0118b363e32db94d6d74e1d6cb06b6cc373462
parentb1bedc0774d8a3a7ff8778e933ee92e8638e9493
cmd/compile: fix LocResults formatting

When a LocResults is an empty list, it currently prints as ">".
Make it print "<>".

Change-Id: I0f596791b471d74cd4bbc0059e269708c80592dd
Reviewed-on: https://go-review.googlesource.com/c/go/+/350144
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/location.go