Björn Steinbrink b51f44e21b Fix passing self by value for types passed by value
For types that are passed by value, we can't just cast the value to a
pointer, but have to use an alloca and copy the value there. This
handling is already present for all other arguments, but was missing
for "self".

Fixes #6682, #4850 and #4878
2013-06-03 00:06:09 +02:00
..
2013-05-30 15:20:36 -04:00
2013-06-01 09:18:27 -07:00
2013-06-01 09:18:27 -07:00
2013-05-30 15:20:36 -04:00
2013-05-30 13:08:18 -07:00
2013-06-01 09:18:27 -07:00