]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: fix SUBQ generation error
authorTodd Neal <todd@tneal.org>
Thu, 30 Jul 2015 17:57:43 +0000 (13:57 -0400)
committerTodd Neal <todd@tneal.org>
Thu, 30 Jul 2015 19:39:20 +0000 (19:39 +0000)
commit9271ecc8c62930e4cac73f9dfe8ef0b1bb97cee6
tree07887552252041626d37ab2c3ec737257b9efbdb
parent359747da15b0a933bab2d049ad00f1c4663701ee
[dev.ssa] cmd/compile: fix SUBQ generation error

Fix code generation error that resulted in a multi-argument NEGQ

doasm: notfound ft=13 tt=13 00134 NEGQ AX, AX 13 13

Change-Id: I8b712d21a5523eccbae1f33ccea417844c27073e
Reviewed-on: https://go-review.googlesource.com/12869
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/gc/testdata/arith_ssa.go