]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: with -N, don't put JMPs after calls
authorKeith Randall <khr@golang.org>
Sat, 27 Feb 2016 00:32:01 +0000 (16:32 -0800)
committerKeith Randall <khr@golang.org>
Sat, 27 Feb 2016 02:42:19 +0000 (02:42 +0000)
commit91f69c675de947e169ebec60b68a752e3ccc6912
tree935dbdf1cd4c4c4d34af9eb3bcc85e48e47941fd
parentb462744e7088bd899ff14170146e31db5edd867e
[dev.ssa] cmd/compile: with -N, don't put JMPs after calls

plive doesn't like the fact that we put JMPs right
after CALL ops to select{send,recv}.

Fixes SSA -N build.

Change-Id: I9b3c9e5293196094fd5a6206dd2f99784951f7a9
Reviewed-on: https://go-review.googlesource.com/19982
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/ssa.go