[dev.ssa] cmd/compile/internal/ssa: add line numbers to Values

Change-Id: I1dfffd75cc1f49307c654f910f7133c03da6c84f
Reviewed-on: https://go-review.googlesource.com/10559
Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
Michael Matloob 2015-05-30 01:03:06 -04:00 committed by Keith Randall
parent 43a2676ff0
commit 81ccf508aa
11 changed files with 174 additions and 99 deletions

View file

@ -37,6 +37,9 @@ type Block struct {
// The containing function
Func *Func
// Line number for block's control operation
Line int32
}
// kind control successors