[llvm-commits] [patch][llvm-gcc] Fix calls to fabs (part 2)

Rafael Espindola espindola at google.com
Thu May 27 12:45:02 PDT 2010


> This isn't being done above in the adjust calling convention area?

No, this is part of my previous patch that I forgot to fix. Before we
would never set the calling convention on fabs. With the first patch
we would set it on the call but not the prototype. We now set it on
both.

> -eric
>

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list