Revert turning copysignl into a COPYSIGN node for the moment:
authorDuncan Sands <baldrick@free.fr>
Fri, 12 Mar 2010 17:41:34 +0000 (17:41 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 12 Mar 2010 17:41:34 +0000 (17:41 +0000)
commit0ac5d2d7ffd1a8cfbecf4c3834dc557a18c7ee0a
tree95875249ce207b6ea3ff95456b4361c4f91f42fa
parent16ceb3aaf753e1a59760276c707087e95133695e
Revert turning copysignl into a COPYSIGN node for the moment:
ppc calls copysignl with a 128 bit ppc long double, resulting
in a node that the type legalizer doesn't know how to expand.

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