]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix ARM build
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 9 Jan 2015 23:16:14 +0000 (15:16 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 9 Jan 2015 23:33:51 +0000 (23:33 +0000)
commit2feff0038bb7060bf7050a12b03b827194528732
tree3e48d4f5913101b9a07b224b760dc14facbe9de7
parentf03c9202c43e0abb130669852082117ca50aa9b1
cmd/gc: fix ARM build

CL 2520 omitted to set the type for an OCONVNOP node.
Typechecking obviously cannot do it for us.

5g inserts float64 <--> [u]int64 conversions at walk time.
The missing type caused it to crash.

Change-Id: Idce381f219bfef2e3a3be38d3ba3c258b71310ae
Reviewed-on: https://go-review.googlesource.com/2640
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/gc/range.c