Implement APFloat::isDenormal()
authorShuxin Yang <shuxin.llvm@gmail.com>
Mon, 7 Jan 2013 18:59:35 +0000 (18:59 +0000)
committerShuxin Yang <shuxin.llvm@gmail.com>
Mon, 7 Jan 2013 18:59:35 +0000 (18:59 +0000)
commit7aa1c321f00d29fdc84e9a03080853aa25dd06fc
tree013045c273e9f818563d36147da2af4326e82721
parent637582eaf77e6892094cea0bf6b9483f50b5d94e
Implement APFloat::isDenormal()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171764 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp
unittests/ADT/APFloatTest.cpp