Add support for adding 0.0 and -0.0 to the constant pool, since we lie and
authorNate Begeman <natebegeman@mac.com>
Fri, 1 Apr 2005 01:08:07 +0000 (01:08 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 1 Apr 2005 01:08:07 +0000 (01:08 +0000)
commit6d369ccae002bd0f1e506545b7f4590b081d778d
treebca834808e91eb4301e01d03a7259dbf4d890708
parentdffcfccc13f0cc39b774c47b93ac8a64e93f0d8d
Add support for adding 0.0 and -0.0 to the constant pool, since we lie and
say that we support them, for the purposes of generating fsel instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20970 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp