1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:14:44 -07:00

cmd/compile: regenerate ssa ops

Must have been missed in a previous CL.

Change-Id: I303736e82585be8d58b330235c76ed4b24a92952
Reviewed-on: https://go-review.googlesource.com/111259
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2018-05-03 12:56:53 -07:00
parent 14f929af91
commit e3beabdb8f

View File

@ -24360,7 +24360,7 @@ var opcodeTable = [...]opInfo{
rematerializeable: true, rematerializeable: true,
reg: regInfo{ reg: regInfo{
outputs: []outputInfo{ outputs: []outputInfo{
{0, 21503}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R12 R14 {0, 23551}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 R11 R12 R14
}, },
}, },
}, },