target-alpha: Indicate NORETURN status when raising exception.
commit8aa3fa2038d9d0a7d69acdac505d990acc5eafc8
authorRichard Henderson <rth@twiddle.net>
Wed, 7 Apr 2010 20:32:50 +0000 (7 13:32 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 27 Apr 2010 03:50:41 +0000 (27 05:50 +0200)
tree7ad1f752fdfc92bfd13ff88127280697aa30ae96
parenta4b388ff51c2feb5eca563feae9bfc5fc1c5c85c
target-alpha: Indicate NORETURN status when raising exception.

When (indirectly) calling raise_exception, don't emit cleanup
code at the end of the TB, as it is unused.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/translate.c