]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: continue is the new goto loop
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 10 Mar 2016 20:29:31 +0000 (12:29 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 10 Mar 2016 20:59:54 +0000 (20:59 +0000)
commit9c8f549abbc339fce83f96d80500ab9160a4c84d
tree8aba4573022642411157b93de98f22600fffd2ef
parented4a27a8dd9bb12fc32a73b351b5987d2604a5af
cmd/compile: continue is the new goto loop

Passes toolstash -cmp.

Change-Id: I014613985005780d1a622c1981b35a94cda798bb
Reviewed-on: https://go-review.googlesource.com/20530
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/parser.go