[mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 27 Mar 2014 16:42:17 +0000 (16:42 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 27 Mar 2014 16:42:17 +0000 (16:42 +0000)
commitdecb7e6d9bf636525bc8ff1e458a5965a7fca06e
tree1cdf5d8c484e76c3e84a0435b86b1d7d31e67c0a
parent3b0efb2f8949317c695b4f6e12671219ea165de5
[mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's

Summary:
No functional change since these predicates are (currently) synonymous.

Extracted from a patch by David Chisnall
His work was sponsored by: DARPA, AFRL

Differential Revision: http://llvm-reviews.chandlerc.com/D3202

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204943 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSubtarget.cpp