mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[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:
parent
43a2676ff0
commit
81ccf508aa
11 changed files with 174 additions and 99 deletions
|
|
@ -37,6 +37,9 @@ type Block struct {
|
|||
|
||||
// The containing function
|
||||
Func *Func
|
||||
|
||||
// Line number for block's control operation
|
||||
Line int32
|
||||
}
|
||||
|
||||
// kind control successors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue