[llvm-commits] [patch][llvm-gcc] Fix calls to fabs

Rafael Espindola espindola at google.com
Wed May 26 14:58:09 PDT 2010


The attached patch fixes the calls to fabs to correctly specify the
calling convention. Before we would get

call double @fabs(double %2) nounwind readnone

With the patch we get

 call arm_aapcscc  double @fabs(double %2) nounwind readnone

Cheers,
-- 
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fabs.patch
Type: text/x-diff
Size: 1435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100526/89b1a362/attachment.patch>


More information about the llvm-commits mailing list