[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteNonZero.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 19 Jun 2013 21:23:18 +0000 (21:23 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 19 Jun 2013 21:23:18 +0000 (21:23 +0000)
commit07969dc8aed62fcd5c5760b2ec331275479f4a80
treedd98fa7223a4b857544308302963ec7b1d0b90c5
parent63e8ba9bcf1d83422f56ae2454dbd7190c1e2a41
[APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteNonZero.

Turns out all the references were in llvm and not in clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184356 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/IR/Verifier.cpp
lib/Support/APFloat.cpp
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp