]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: fix load int32 to FP register on big-endian MIPS64
authorCherry Zhang <cherryyz@google.com>
Sat, 27 Aug 2016 23:08:14 +0000 (19:08 -0400)
committerCherry Zhang <cherryyz@google.com>
Sun, 28 Aug 2016 21:38:09 +0000 (21:38 +0000)
commit2f679d74e638ac7514a6b6b32f5d28a9980c22c3
tree991846d99c2cb6c2878dbf5054852fb65bdfff68
parent8c15a1725147692e1106f2e32fae657e1b7f27aa
cmd/compile: fix load int32 to FP register on big-endian MIPS64

Fixes #16903.

Change-Id: I1f6fcd57e14b2b62e208b7bb3adccd5fd7f8bdbc
Reviewed-on: https://go-review.googlesource.com/27933
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/compile/internal/mips64/ssa.go