Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 20:31:37 +0000 (20:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 20:31:37 +0000 (20:31 +0000)
commit4c64dd7977bc676399df0d5d2bf8016a3242780e
tree3ce92e9834ac4eec5c40887d3738232ee09ace80
parentf1adce42b26c5986306341eb8a7cec0d16e190f1
Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of
the sequence used for integer ops

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