[llvm-commits] [llvm] r85478 - /llvm/trunk/lib/Analysis/MemoryBuiltins.cpp

Zhongxing Xu xuzhongxing at gmail.com
Wed Oct 28 21:41:48 PDT 2009


2009/10/29 Chris Lattner <clattner at apple.com>:
>
> On Oct 28, 2009, at 8:43 PM, Zhongxing Xu wrote:
>
>> Author: zhongxingxu
>> Date: Wed Oct 28 22:43:06 2009
>> New Revision: 85478
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=85478&view=rev
>> Log:
>> Explicitly convert to double to suppress Visual C++ 2008 build error C2668
>> pow is ambiguous call to overloaded function
>
> Hi Zhongxing,
>
> Please make sure this fits in 80 columns, you can also use "2.0" instead of
> a cast.
>

Fixed.



More information about the llvm-commits mailing list