[mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and isABI_N6...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 27 Mar 2014 10:46:12 +0000 (10:46 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 27 Mar 2014 10:46:12 +0000 (10:46 +0000)
commit5fa6dffd30c24f82a615cf7d2e17252974c4b4eb
tree01fab93d4fc1f21fc99e1e262bce210a53a33b2f
parenta7a255f8afa738147a6e48e38528bdf85ec53bae
[mips] Stop caching the result of hasMips64(), isABI_O32(), isABI_N32(), and isABI_N64() from MipsSubTarget in MipsTargetLowering

Summary:
The short name is quite convenient so provide an accessor for them instead.

No functional change

Depends on D3177

Reviewers: matheusalmeida

Reviewed By: matheusalmeida

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

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