support calls with no return
commit84bb28c0422c2d0dea555aeec946e73cf2b818a8
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>
Wed, 20 Apr 2016 16:53:42 +0000 (20 12:53 -0400)
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>
Wed, 20 Apr 2016 16:53:42 +0000 (20 12:53 -0400)
treeaeb69859c0d986773f23335c22c07c295975525a
parent1258bb75d2941df4b2d56c38d14a97c57722e2e0
support calls with no return

I thought it would be harder (and maybe it is).
My fear was that a call must be always followed by
a parallel move from machine registers (this is an
assumption in both spill and rega).  This however
remains true, because the ABI code generates a
dummy "copy RAX" by accident!
doc/il.txt
parse.c