[mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo instead...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 20 Nov 2013 14:32:28 +0000 (14:32 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Wed, 20 Nov 2013 14:32:28 +0000 (14:32 +0000)
commit128d90ab4a2669128492c600fa5a3f48e3dd0cea
tree055fe06ca695967efcbd33af633a151a847da8c3
parente4e260e6a7324f3274c812b042d6706499727daf
[mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo instead of MipsPseudo

There's no test case for this commit. This is because it is doubtful that the
incorrect behaviour can actually trigger. When MSA is not enabled, the type
legalizer should have eliminated all occurrences of patterns the affected
pseudo-instruction could possibly match before instruction selection occurs.

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