]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: panic doesn't return
authorKeith Randall <khr@golang.org>
Sun, 7 Feb 2016 06:35:34 +0000 (22:35 -0800)
committerDavid Chase <drchase@google.com>
Sun, 7 Feb 2016 13:25:33 +0000 (13:25 +0000)
commitfaf1bdb42b81f75b49307667e170754621b6653f
tree70e983917aaed487f4c68d700e746e060ab4d9b0
parenta3055af45e655cce1070f6f346a3ed76e01039e2
[dev.ssa] cmd/compile: panic doesn't return

Panic doesn't return, so record that we immediately exit after a panic
call.  This will help code analysis.

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