]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/gc: Interpret init list of OFOR conditions
authorKeith Randall <khr@golang.org>
Fri, 26 Jun 2015 03:01:45 +0000 (20:01 -0700)
committerKeith Randall <khr@golang.org>
Fri, 26 Jun 2015 04:08:44 +0000 (04:08 +0000)
commit7b858018b396b9a4d491ba112122605c0122a2e0
treef625f8f572ec0658495124be7860019511852c3a
parent929c2aa2aec07ec774683da56758d885176cff81
[dev.ssa] cmd/compile/internal/gc: Interpret init list of OFOR conditions

Fixes build.  Some variables are initialized in this list.

Q: How do we tell that we've included all the required Ninit lists?

Change-Id: I96b3f03c291440130303a2b95a651e97e4d8113c
Reviewed-on: https://go-review.googlesource.com/11542
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go