Fix cut-to-width in the presence of bad constants in dead code.
authorStas Boukarev <stassats@gmail.com>
Sat, 7 Dec 2013 09:04:14 +0000 (13:04 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 7 Dec 2013 09:04:14 +0000 (13:04 +0400)
Unreachable branches may have mismatching types and constant values,
and when cut-to-width is run before such nodes are deleted, it gets
confused.

Reported by Douglas Katzman.


No differences found