1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:51:21 -06:00

[dev.ssa] cmd/compile: always print block control values

They were being omitted after scheduling.

Change-Id: Ia20e2dcb61fde9ec854918b958c3897bafd282a6
Reviewed-on: https://go-review.googlesource.com/13140
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2015-08-04 12:53:05 -07:00
parent 683f5d7bdb
commit 54dca047dd

View File

@ -42,6 +42,7 @@ func fprintFunc(w io.Writer, f *Func) {
fmt.Fprintln(w, v.LongString())
printed[v.ID] = true
}
fmt.Fprintln(w, " "+b.LongString())
continue
}