aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-18 04:04:26 +0000
committerReed Kotler <rkotler@mips.com>2013-02-18 04:04:26 +0000
commitdabfebb5c61e49ab23c5828953506d965bcf7401 (patch)
treeec4fc6de804e7d6c75e30b081146ddb11f4a79b4 /lib/Target/Mips
parenta8601bb4ffc5a3d7668cfadcd884e5400c526231 (diff)
downloadexternal_llvm-dabfebb5c61e49ab23c5828953506d965bcf7401.zip
external_llvm-dabfebb5c61e49ab23c5828953506d965bcf7401.tar.gz
external_llvm-dabfebb5c61e49ab23c5828953506d965bcf7401.tar.bz2
Expand pseudo/macro BteqzT8SltX16.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r--lib/Target/Mips/Mips16InstrInfo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.cpp b/lib/Target/Mips/Mips16InstrInfo.cpp
index f2d4f06..ba1002e 100644
--- a/lib/Target/Mips/Mips16InstrInfo.cpp
+++ b/lib/Target/Mips/Mips16InstrInfo.cpp
@@ -139,6 +139,9 @@ bool Mips16InstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const {
case Mips::BteqzT8CmpX16:
ExpandFEXT_T8I816_ins(MBB, MI, Mips::BteqzX16, Mips::CmpRxRy16);
break;
+ case Mips::BteqzT8SltX16:
+ ExpandFEXT_T8I816_ins(MBB, MI, Mips::BteqzX16, Mips::SltRxRy16);
+ break;
case Mips::BtnezT8CmpX16:
ExpandFEXT_T8I816_ins(MBB, MI, Mips::BtnezX16, Mips::CmpRxRy16);
break;