[mips] Fix fcopysign for MIPS-IV and add the test.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 14 Apr 2014 16:24:12 +0000 (16:24 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 14 Apr 2014 16:24:12 +0000 (16:24 +0000)
commit6ede5d24b837b24c6e97cee84ecc6c9990568ef4
tree2ec6b78f0cf234c7a6ef6318ffe75aeb638ecea3
parent0543dab791a162d4c98e2e993894779faa0ae8ab
[mips] Fix fcopysign for MIPS-IV and add the test.

Summary:
This was another incorrect use of hasMips64() vs isGP64bit().

Depends on D3344

Reviewers: matheusalmeida, vmedic

Reviewed By: vmedic

Differential Revision: http://reviews.llvm.org/D3347

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206187 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
test/CodeGen/Mips/fcopysign-f32-f64.ll
test/CodeGen/Mips/fcopysign.ll