implement compound-call-argument lowering
authorMatthias Braun <matze@braunis.de>
Thu, 8 Sep 2011 13:26:03 +0000 (15:26 +0200)
committerMatthias Braun <matze@braunis.de>
Thu, 8 Sep 2011 13:27:31 +0000 (15:27 +0200)
commit28aac01c6fc5a3546f1bd650d08d91a54ca75803
treeb641423a49c22220af96a4bcd2b261830eb66663
parent10d435353850d6f7c858e5b9e71fb06443855d95
implement compound-call-argument lowering

Implement a generic way to lower compound-call-arguments.
Parameters are prepared on the stackframe and passed as a pointer
to the function.
ir/be/ia32/bearch_ia32.c
ir/lower/lower_calls.c
ir/lower/lower_calls.h