IR: Add ConstantFP::getNaN()
authorTom Stellard <thomas.stellard@amd.com>
Mon, 20 Apr 2015 19:38:24 +0000 (19:38 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 20 Apr 2015 19:38:24 +0000 (19:38 +0000)
commiteb963a5f2ad1a634f4195bcdd4a3bb916f06b482
tree4ff1c66a4a0f0c93e7396c0d13fef43b16678bdf
parent91ad62302f557261cd45b719d6d08a695f6167a7
IR: Add ConstantFP::getNaN()

This is a wrapper around APFloat::getNaN().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235332 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Constants.h
lib/IR/Constants.cpp