aboutsummaryrefslogtreecommitdiff
path: root/src/internal/pkgbits
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2022-06-24 14:19:06 -0700
committerMatthew Dempsky <mdempsky@google.com>2022-06-30 18:42:06 +0000
commite7219cc093aca07bdb7179fa1a42d44e56eaf9d4 (patch)
treef6e255cce505b979e91914abec65ee7bb9725f9f /src/internal/pkgbits
parent2f3ef73e18ba9e2433248ca2f5d9c2fb3647a07d (diff)
downloadgo-e7219cc093aca07bdb7179fa1a42d44e56eaf9d4.tar.xz
[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handling
Pull all multi-value expression handling logic into a new multiExpr helper method. Change-Id: I78ec2dfc523abcfa3368a1064df7045aade8e468 Reviewed-on: https://go-review.googlesource.com/c/go/+/415243 Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'src/internal/pkgbits')
-rw-r--r--src/internal/pkgbits/sync.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/pkgbits/sync.go b/src/internal/pkgbits/sync.go
index 77178af6ce..90301c32b7 100644
--- a/src/internal/pkgbits/sync.go
+++ b/src/internal/pkgbits/sync.go
@@ -121,4 +121,6 @@ const (
SyncStmtsEnd
SyncLabel
SyncOptLabel
+
+ SyncMultiExpr
)