]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: repair ssa testing build and test
authorDavid Chase <drchase@google.com>
Fri, 23 Oct 2015 16:34:03 +0000 (12:34 -0400)
committerDavid Chase <drchase@google.com>
Fri, 23 Oct 2015 17:30:09 +0000 (17:30 +0000)
commit3abb8441087dbc1f08320c40a750ac1a7209b9fe
treeb53d77994e98fb737df8874bc9bb95795793935f
parent7d6124697223ecf9d5ce21221377da2b9c7fd9f3
[dev.ssa] cmd/compile: repair ssa testing build and test

Calls to NewConfig required an extra parameter that
sometimes could not be nil.

Change-Id: I806dd53c045056a0c2d30d641a20fe27fb790539
Reviewed-on: https://go-review.googlesource.com/16272
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/dom_test.go
src/cmd/compile/internal/ssa/export_test.go
src/cmd/compile/internal/ssa/nilcheck_test.go