1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:41:21 -06:00
go/src/cmd/compile
Keith Randall 9cb332efd4 [dev.ssa] cmd/compile/internal/ssa: Split OpConst into an OpConst8, OpConst16, ...
Convert the polymorphic OpConst into monomorphic variants.

Change-Id: I90bb8894fbac04ca5e5484ea260c131ef8b506fb
Reviewed-on: https://go-review.googlesource.com/12798
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2015-07-28 22:47:36 +00:00
..
internal [dev.ssa] cmd/compile/internal/ssa: Split OpConst into an OpConst8, OpConst16, ... 2015-07-28 22:47:36 +00:00
doc.go cmd/compile: add -importmap option 2015-06-19 18:50:12 +00:00
main.go