]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: implement ODOTTYPE and OAS2DOTTYPE
authorKeith Randall <khr@golang.org>
Thu, 17 Sep 2015 17:31:16 +0000 (10:31 -0700)
committerKeith Randall <khr@golang.org>
Thu, 17 Sep 2015 23:32:55 +0000 (23:32 +0000)
commit269baa981e327caea3adb4722f17b4b02d5c834c
treea7442e784ee08df502210bd337ecf10b44395539
parent5f10573e6005f1ad34710335af94c1ba6d1a6157
[dev.ssa] cmd/compile: implement ODOTTYPE and OAS2DOTTYPE

Taken over and completed from Josh's change
https://go-review.googlesource.com/#/c/14524/

Change-Id: If5d4f732843cc3e99bd5edda54458f0a8be73e91
Reviewed-on: https://go-review.googlesource.com/14690
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/ssa_test.go
src/cmd/compile/internal/gc/testdata/assert_ssa.go [new file with mode: 0644]