Commit 54dca047 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

[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/13140Reviewed-by: 's avatarKeith Randall <khr@golang.org>
parent 683f5d7b
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment