[mips] Free up two values in SubtargetFeatureFlag by folding the redundant IsGP32...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 13 May 2014 11:17:46 +0000 (11:17 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 13 May 2014 11:17:46 +0000 (11:17 +0000)
commitfc2427bcf8703bbf84787e2b42aac0ef11962d2a
tree1d65013e4ec1bd1ef418ef1e0e65809d1e2a74bd
parent56db241e8be7d750d61321d7a528aae627b3c82f
[mips] Free up two values in SubtargetFeatureFlag by folding the redundant IsGP32/IsGP64 into IsGP32bit/IsGP64bit

Summary:
We are currently very close to the 32-bit limit of the current assembler
implementation. This is because there is no way to represent an instruction
that is available in, for example, Mips3 or Mips32. We have to define a
feature bit that represents this.

This patch cleans up a pair of redundant feature bits and slightly postpones the
point we will reach the limit.

Reviewers: zoran.jovanovic, jkolek, vmedic

Reviewed By: vmedic

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208685 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td