Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0
authorEvan Cheng <evan.cheng@apple.com>
Fri, 5 Jan 2007 21:31:51 +0000 (21:31 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 5 Jan 2007 21:31:51 +0000 (21:31 +0000)
commit068c5f47ea9243b353a49ca7eb07fac0cb32f1ee
tree9c6d378c123d56ca2adc782e960bff0e12c36cc6
parent489a87ca091ff4208ce0a972480e41ba1f78a2bf
Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0
before or'ing in the sign bit of operand 1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32930 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp