Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning triggered...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 13 Nov 2013 00:15:44 +0000 (00:15 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 13 Nov 2013 00:15:44 +0000 (00:15 +0000)
commiteb3602472026dc029beb45ccbe09bc84162ba949
tree7908547e3b54b45f96a24eddf9f30c7ace487bb0
parent328066513d18acd4e44ad57172c73f1a2a026022
Replacing HUGE_VALF with llvm::huge_valf in order to work around a warning triggered in MSVC 12.

Patch reviewed by Reid Kleckner and Jim Grosbach.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194533 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
include/llvm/Support/MathExtras.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/Spiller.cpp