ia64 tailcall fix
authorred5_2@hotmail.com <unknown>
Sat, 17 Mar 2007 02:55:29 +0000 (02:55 +0000)
committerred5_2@hotmail.com <unknown>
Sat, 17 Mar 2007 02:55:29 +0000 (02:55 +0000)
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.


No differences found