Use INFINITY macro from math.h instead of constructing hex floating point
authorReid Spencer <rspencer@reidspencer.com>
Tue, 20 Feb 2007 18:29:12 +0000 (18:29 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 20 Feb 2007 18:29:12 +0000 (18:29 +0000)
commit580546a82bdf65148d19e68296ae51cea5ad9ef2
treea6e259bd375b2137431615dc7dea843cb3f0a59e
parent9c0696f153c86a437b87f44102625ddc6a687b71
Use INFINITY macro from math.h instead of constructing hex floating point
constants (avoids warnings).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp