]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use shared dom tree for cse, too
authorAlexandru Moșoi <mosoi@google.com>
Wed, 13 Apr 2016 08:58:38 +0000 (10:58 +0200)
committerAlexandru Moșoi <alexandru@mosoi.ro>
Wed, 13 Apr 2016 12:42:44 +0000 (12:42 +0000)
commite0611b16645dba6768cab405f1ec1b3fce83334a
treee30b48f6da6d38847560361b48401bdf63c09594
parent61b7a9c57bb6b9c259360239001b2d5be4876abd
cmd/compile: use shared dom tree for cse, too

Missed this in the previous CL where the shared
dom tree was introduced.

Change-Id: If0bd85d4b4567d7e87814ed511603b1303ab3903
Reviewed-on: https://go-review.googlesource.com/21970
Run-TryBot: Alexandru Moșoi <alexandru@mosoi.ro>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/cse.go
src/cmd/compile/internal/ssa/cse_test.go