]> Cypherpunks repositories - gostls13.git/commit
exp/ssa: (#2 of 5): core utilities
authorAlan Donovan <adonovan@google.com>
Mon, 28 Jan 2013 23:06:14 +0000 (18:06 -0500)
committerAlan Donovan <adonovan@google.com>
Mon, 28 Jan 2013 23:06:14 +0000 (18:06 -0500)
commit66bf59712e6ee1ea84ce88ff35cea78e525ac5a7
tree7d9c4c59c88052e151cb1f741650aa0273e63f8a
parent961195ae6995a72c6f329e6397d93d62ed09135e
exp/ssa: (#2 of 5): core utilities

This CL includes the implementation of Literal, all the
Value.String and Instruction.String methods, the sanity
checker, and other misc utilities.

R=gri, iant, iant
CC=golang-dev
https://golang.org/cl/7199052
src/pkg/exp/ssa/literal.go [new file with mode: 0644]
src/pkg/exp/ssa/print.go [new file with mode: 0644]
src/pkg/exp/ssa/sanity.go [new file with mode: 0644]
src/pkg/exp/ssa/ssa.go
src/pkg/exp/ssa/util.go [new file with mode: 0644]