]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: emit branches in -g mode
authorRuss Cox <rsc@golang.org>
Thu, 7 May 2015 14:34:12 +0000 (10:34 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 11 May 2015 14:55:36 +0000 (14:55 +0000)
commit351897d9d4f61dba5bd19270463c393a58d1f2ce
treea8a08d3072b27805fb6f96c4f3161f5d86303d49
parent1635ab7dfef52eb8f6666e5fa38ac5866b561a5b
cmd/internal/gc: emit branches in -g mode

The -g mode is a debugging mode that prints instructions
as they are constructed. Gbranch was just missing the print.

Change-Id: I3fb45fd9bd3996ed96df5be903b9fd6bd97148b0
Reviewed-on: https://go-review.googlesource.com/9827
Reviewed-by: Rick Hudson <rlh@golang.org>
src/cmd/internal/gc/gsubr.go