numeric_limits::infinity() apparently does not work on all systems. As a
authorChris Lattner <sabre@nondot.org>
Thu, 6 May 2004 16:25:59 +0000 (16:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 May 2004 16:25:59 +0000 (16:25 +0000)
commita19eedeb7aafc418ef2f017b8215ceafa7f1a76c
tree95ff089d2981180d1d4c8504a2e675cd1a99effa
parentad5c296792e8db7afed68023909ea42f9ddcb454
numeric_limits::infinity() apparently does not work on all systems.  As a
workaround, use the C HUGE_VAL macro instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13377 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegAllocLinearScan.cpp