aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux_test.go
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2019-09-17 18:32:04 -0700
committerMatthew Dempsky <mdempsky@google.com>2019-09-18 02:31:34 +0000
commit2fc6366fb56aa77efa3cecd44ce941472786a418 (patch)
tree5f318cc0351f408ed8d34dc0b246a5ef1c77c98e /src/syscall/exec_linux_test.go
parent1b2c7948963543286516f78f0b0d52956f58d82c (diff)
downloadgo-2fc6366fb56aa77efa3cecd44ce941472786a418.tar.xz
cmd/compile: remove OCASE and rename OXCASE to OCASE
We used to use OXCASE to represent general, possibly multi-valued cases, and then desugar these during walk into single-value cases represented by OCASE. In CL 194660, we switched to eliminated the desugaring step and instead handle the multi-valued cases directly, which eliminates the need for an OCASE Op. Instead, we can simply remove OCASE, and rename OXCASE to just OCASE. Passes toolstash-check. Change-Id: I3cc184340f9081d37453927cca1c059267fdbc12 Reviewed-on: https://go-review.googlesource.com/c/go/+/196117 Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/syscall/exec_linux_test.go')
0 files changed, 0 insertions, 0 deletions