]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: fix the build
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 3 Oct 2015 16:35:40 +0000 (09:35 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 3 Oct 2015 16:37:18 +0000 (16:37 +0000)
commit89a68e9f1adb939e5a58ed38cf6c03119c324480
treeafdef7288c61a8b4b063f82414fac48c117b9849
parent2fd016422ee144383e7afb41821711f05b52b281
cmd/compile/internal/gc: fix the build

Commit acc90c5 passed the trybots, lingered for weeks, and in the
meantime the type of this variable changed to a bool. I didn't rebase
and re-run the trybots before submitting.

Fixes #12832

Change-Id: If24fda227edd8207f8069c67f1c45f08e6ac215a
Reviewed-on: https://go-review.googlesource.com/15286
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/subr.go