From: red5_2@hotmail.com Date: Sat, 17 Mar 2007 02:55:29 +0000 (+0000) Subject: ia64 tailcall fix X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=123ed1219094d530629f94528742b091f4e823a8;hp=123ed1219094d530629f94528742b091f4e823a8;p=ghc-hetmet.git ia64 tailcall fix Tail-calls now branch to the end of the function after the call. This stops gcc from trying to move instructions into the space immediately after the call, which confuses the mangler. ---