[PATCH] Heed ABIArgInfo::getInReg() for return values

John McCall rjmccall at apple.com
Tue Jun 4 10:30:46 PDT 2013


On May 28, 2013, at 7:55 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
> Please review this patch which allows ABIInfo implementations to set 'inreg' attributes on function return values.
> 
> The SparcV9ABIInfo class already uses the inreg attribute as demonstrated by the test case.

Looks fine.

John.



More information about the cfe-commits mailing list