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

Eric Christopher echristo at apple.com
Thu May 27 12:47:21 PDT 2010


On May 27, 2010, at 12:45 PM, Rafael Espindola wrote:

>> 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.

Huh.  OK.

-eric



More information about the llvm-commits mailing list