Revert "[APFloat] Removed APFloat constructor which initialized to either zero/NaN...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 27 Jun 2013 20:40:11 +0000 (20:40 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 27 Jun 2013 20:40:11 +0000 (20:40 +0000)
commitd6bd98d01c3db23f9a66b1f1b2d3e65eef65382e
treeaa9989af7c99f8bdf7872b5ebc79edd689c948e2
parent0bbbf7cbb063e7d966a764b8cda56f96ad326dc6
Revert "[APFloat] Removed APFloat constructor which initialized to either zero/NaN but allowed you to arbitrarily set the category of the float."

This reverts commit r185095. This is causing a FileCheck failure on
the 3dnow intrinsics on at least the mips/ppc bots but not on the x86
bots.

Reverting while I figure out what is going on.

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