From e7219cc093aca07bdb7179fa1a42d44e56eaf9d4 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Fri, 24 Jun 2022 14:19:06 -0700 Subject: [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 Run-TryBot: Matthew Dempsky TryBot-Result: Gopher Robot Reviewed-by: David Chase --- src/internal/pkgbits/sync.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/pkgbits') 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 ) -- cgit v1.3-5-g9baa