]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't catch panics during rewrite
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 4 Apr 2017 22:29:31 +0000 (15:29 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 4 Apr 2017 23:37:17 +0000 (23:37 +0000)
commit4c1622082e493dea24a936930be8b324aae54505
treece0f5792e6b060aaf6547f74171460335bfb5eba
parentfc327a14c490db9d2e14c4c44ba8791dc54be02a
cmd/compile: don't catch panics during rewrite

This is a holdover from the days when we did not
have full SSA coverage and compiled things optimistically,
and catching the panic obscures useful information.

Change-Id: I196790cb6b97419d92b318a2dfa7f1e1097cefb7
Reviewed-on: https://go-review.googlesource.com/39534
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/rewrite.go