]> Cypherpunks repositories - gostls13.git/commit
[dev.inline] cmd/internal/obj: use src.Pos in obj.Prog
authorDavid Lazar <lazard@golang.org>
Fri, 9 Dec 2016 17:34:01 +0000 (12:34 -0500)
committerDavid Lazar <lazard@golang.org>
Fri, 9 Dec 2016 20:25:10 +0000 (20:25 +0000)
commitad4efedc6ce317aa9eb1208950daee4c31b023cc
tree3ee14f959718fbb0b6a4fc5f79d9c6421db217fb
parent4b8895e2ddb8b9aa324417a0d01e6c09c9822e75
[dev.inline] cmd/internal/obj: use src.Pos in obj.Prog

This will let us use the src.Pos struct to thread inlining
information through to obj.

Change-Id: I96a16d3531167396988df66ae70f0b729049cc82
Reviewed-on: https://go-review.googlesource.com/34195
Run-TryBot: David Lazar <lazard@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/asm/internal/asm/asm.go
src/cmd/compile/internal/gc/gsubr.go
src/cmd/compile/internal/gc/plive.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/pcln.go
src/cmd/internal/obj/util.go