aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2021-04-20 21:07:23 -0400
committerCherry Zhang <cherryyz@google.com>2021-04-21 14:16:01 +0000
commite5bc4f2a77e497f30dce08014bc6addd8a7d9982 (patch)
treee80b259bf22bfeb340281cadc7fb3c3c7525d7cf /test
parentdaee726a0b7c932ed418e623ef29697c77d113a8 (diff)
downloadgo-e5bc4f2a77e497f30dce08014bc6addd8a7d9982.tar.gz
go-e5bc4f2a77e497f30dce08014bc6addd8a7d9982.zip
cmd/compile: reenable name preservation on copies in expand_calls
This reverts CL 311829, and reenables CL 309330. The issue should be fixed in the previous CL. Change-Id: I69db0565c72470a1814f135d8f8ec62c781bfc5a Reviewed-on: https://go-review.googlesource.com/c/go/+/312094 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/live_regabi.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/live_regabi.go b/test/live_regabi.go
index af14ede73f2..2b0278ecb83 100644
--- a/test/live_regabi.go
+++ b/test/live_regabi.go
@@ -1,8 +1,5 @@
// errorcheckwithauto -0 -l -live -wb=0 -d=ssa/insert_resched_checks/off
-// +build amd64,goexperiment.regabidefer,goexperiment.regabiargs,ignore
-
-// Disabled for now. The compiler sometimes has bad name-value association
-// for args, causing args appears as autotmps.
+// +build amd64,goexperiment.regabidefer,goexperiment.regabiargs
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style