]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: add debugging to liveness analysis
authorRuss Cox <rsc@golang.org>
Wed, 11 Feb 2015 00:27:49 +0000 (19:27 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 13 Feb 2015 17:30:24 +0000 (17:30 +0000)
commitfa7efa2cb01ed24cb7f9b3b054016e644377e610
treee3fc1a3147f6d5589e1519b86643dc633f20920d
parentbed481d683f89d9902d893b61181264d7b9c9353
cmd/gc: add debugging to liveness analysis

Even with debugmerge = 1, the debugging output only happens
with the -v command-line flag. This is useful because it gets added
in automatically when debugging things like registerization with -R -v.

Change-Id: I9a5c7f562507b72e8e2fe2686fd07d069721345a
Reviewed-on: https://go-review.googlesource.com/4641
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/gc/popt.c