Explicitly convert to double to suppress Visual C++ 2008 build error C2668 pow is...
authorZhongxing Xu <xuzhongxing@gmail.com>
Thu, 29 Oct 2009 03:43:06 +0000 (03:43 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Thu, 29 Oct 2009 03:43:06 +0000 (03:43 +0000)
commit8370057f0cbdcd1dc8e8a082eedd150eb993c52e
treeb27385a148e370a8f44bb232c22717e0e3c95ac9
parent84e58d03c910aa6ea8557d2f2f9de1f96162cae1
Explicitly convert to double to suppress Visual C++ 2008 build error C2668 pow is ambiguous call to overloaded function

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/MemoryBuiltins.cpp