]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add jump table codegen test
authorKeith Randall <khr@golang.org>
Thu, 14 Apr 2022 20:14:18 +0000 (13:14 -0700)
committerKeith Randall <khr@google.com>
Thu, 14 Apr 2022 21:16:29 +0000 (21:16 +0000)
commitc4b2288755d07b9505ef498819bb540b7b0fa215
tree11568a92e99de190fc85f9a53d5bef0cf329de6e
parent3d8cb26504f9e3f5b45b4ea97b55714a25e016c1
cmd/compile: add jump table codegen test

Change-Id: Ic67f676f5ebe146166a0d3c1d78a802881320e49
Reviewed-on: https://go-review.googlesource.com/c/go/+/400375
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
test/codegen/switch.go