1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/cmd
Keith Randall d9f2cafb50 [dev.ssa] cmd/compile/internal/ssa: fix fallthrough return
Fallthrough return needs to be a return block before jumping
to the exit block.

Change-Id: I994de2064da5c326c9cade2c33cbb15bdbce5acb
Reviewed-on: https://go-review.googlesource.com/14256
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2015-09-03 22:04:07 +00:00
..
addr2line
api api: add go1.5.txt API file, reset next.txt 2015-07-21 02:48:35 +00:00
asm cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64 2015-07-28 14:19:53 +00:00
cgo cmd/cgo: discard trailing zero-sized fields in a non-empty C struct 2015-07-30 15:55:25 +00:00
compile [dev.ssa] cmd/compile/internal/ssa: fix fallthrough return 2015-09-03 22:04:07 +00:00
cover
dist [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch 2015-07-30 12:30:48 -07:00
doc cmd/doc: extend darwin/arm64 test TODO to arm 2015-07-28 17:39:19 +00:00
fix cmd/fix: add gotypes module 2015-07-17 01:47:14 +00:00
go cmd/go: skip test using external linking on linux/ppc64 too 2015-08-25 01:33:25 +00:00
gofmt
internal [dev.ssa] cmd/compile: fix liblink rewrite of -0.0 2015-09-02 10:41:55 +00:00
link cmd/link: make -a output not crash 2015-08-11 19:12:59 +00:00
newlink cmd/link: elide individual gcbits symbols 2015-07-22 20:27:24 +00:00
nm
objdump cmd/objdump: don't run TestDisasmExtld if cgo is not enabled 2015-07-31 20:16:22 +00:00
pack
pprof cmd/pprof: fix race between viewer and web command 2015-07-23 03:51:39 +00:00
trace cmd/trace: don't fail when no browser is available 2015-08-21 20:02:23 +00:00
vet cmd/vet: power64 is now ppc64 2015-08-18 17:00:59 +00:00
yacc cmd/yacc: fix compile error in empty grammar 2015-08-18 13:50:36 +00:00