]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove BlockDead state
authorKeith Randall <khr@golang.org>
Thu, 28 Apr 2016 22:04:10 +0000 (15:04 -0700)
committerKeith Randall <khr@golang.org>
Thu, 28 Apr 2016 23:32:24 +0000 (23:32 +0000)
commit6ed79fbd1abf018b018088c6a1699cd34ee6d56c
treecd63dccc56a988e14891b99c9366ec1818bc879b
parent3cb090f93c4b0d9ebdf111efb0c5383d8ca97bd2
cmd/compile: remove BlockDead state

It is unused, remove the clutter.

Change-Id: I51a44326b125ef79241459c463441f76a289cc08
Reviewed-on: https://go-review.googlesource.com/22586
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/check.go
src/cmd/compile/internal/ssa/gen/genericOps.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewrite.go