Use C++ style casts instead of C-style casts to shut up compiler warnings
authorReid Spencer <rspencer@reidspencer.com>
Wed, 21 Jun 2006 21:54:54 +0000 (21:54 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 21 Jun 2006 21:54:54 +0000 (21:54 +0000)
commit54cb98578ac2eff4d5986eff7d2b18c66561d683
tree163412363df26d0331d9a3d43464461dc40b3377
parent8eb12def01ac68fecdff615c35d80ea293c94741
Use C++ style casts instead of C-style casts to shut up compiler warnings
when compiling with -pedantic. Passes regression tests on Linux.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28904 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MathExtras.h