x86_64 NCG: fix register usage for CALLs
authorwolfgang.thaller@gmx.net <unknown>
Wed, 29 Nov 2006 01:34:29 +0000 (01:34 +0000)
committerwolfgang.thaller@gmx.net <unknown>
Wed, 29 Nov 2006 01:34:29 +0000 (01:34 +0000)
For varargs calls, CALL reads the %al register; record that fact for the benefit of the
register allocator.
(There was a previous attempt to do this, but it was broken.)


No differences found