beabi: no special treatment of returns_twice
authorMatthias Braun <matze@braunis.de>
Tue, 13 Sep 2011 12:19:26 +0000 (14:19 +0200)
committerMatthias Braun <matze@braunis.de>
Tue, 13 Sep 2011 12:35:51 +0000 (14:35 +0200)
commitf4bc6e999c3ed265059fda5df99cf0ff7e0875a3
tree19deaf2308cac0b00a010c63a6eb94b5398cfae9
parente54aa0ad662a40018365051b32bf0e4070371b3b
beabi: no special treatment of returns_twice

returns_twice handling was broken in the ia32-backend (the only real
beabi user) for a long time now. Just noone noticed because our
frontends lacked the special treatment to set the flag correctly.
Turned out setjmp/longjmp on ia32 save/restore the registers anyway
so not doing anything is fine here.
ir/be/beabi.c