]> Cypherpunks repositories - gostls13.git/commit
exp/ssa: (#4 of 5): the SSA builder.
authorAlan Donovan <adonovan@google.com>
Mon, 4 Feb 2013 17:22:35 +0000 (12:22 -0500)
committerAlan Donovan <adonovan@google.com>
Mon, 4 Feb 2013 17:22:35 +0000 (12:22 -0500)
commitc06a5335baf80308c0765700378826ff929db86d
treec8479d99f3de569008fadb08e7c06b9a096fa3c8
parent399dcc75a882fcb3a7edbcb0b272ad4d12ee2555
exp/ssa: (#4 of 5): the SSA builder.

R=iant, gri, iant, rogpeppe
CC=golang-dev
https://golang.org/cl/7196053
src/pkg/exp/ssa/builder.go [new file with mode: 0644]
src/pkg/exp/ssa/emit.go [new file with mode: 0644]
src/pkg/exp/ssa/func.go
src/pkg/exp/ssa/importer.go [new file with mode: 0644]
src/pkg/exp/ssa/lvalue.go [new file with mode: 0644]
src/pkg/exp/ssa/print.go
src/pkg/exp/ssa/promote.go [new file with mode: 0644]
src/pkg/exp/ssa/ssa.go
src/pkg/exp/ssa/util.go