Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-NegativeZero...
authorChris Lattner <sabre@nondot.org>
Sun, 1 Feb 2004 22:49:04 +0000 (22:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Feb 2004 22:49:04 +0000 (22:49 +0000)
commitcfdf2419bcac24b027e81751a439fb61db41231c
treefe0da94b512178b603eb6d5c8355983bf975bee4
parentcf2c4f8ae52d5f0a01ab40eda6d165f91b8de441
Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-NegativeZero.llx.
Basically we store floating point values as their integral components, instead of relying
on the semantics of floating point < to differentiate between values.  This is likely to
make the map search be faster anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11064 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp