summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16InstrInfo.td
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-22 05:10:51 +0000
committerReed Kotler <rkotler@mips.com>2013-02-22 05:10:51 +0000
commit7617d032ae12ba96ad65f37d91274e6f8c14e690 (patch)
tree57f37c1fcdf1c6b1299968991d1b02883e3f6079 /lib/Target/Mips/Mips16InstrInfo.td
parentb704ffbb46cae716dc51bd8e6ba425c0a4949a47 (diff)
downloadllvm-7617d032ae12ba96ad65f37d91274e6f8c14e690.tar.gz
llvm-7617d032ae12ba96ad65f37d91274e6f8c14e690.tar.bz2
llvm-7617d032ae12ba96ad65f37d91274e6f8c14e690.tar.xz
Expand mips16 SelT form pseudso/macros.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips16InstrInfo.td')
-rw-r--r--lib/Target/Mips/Mips16InstrInfo.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.td b/lib/Target/Mips/Mips16InstrInfo.td
index 9e07b95cc6..3c6c7d77a1 100644
--- a/lib/Target/Mips/Mips16InstrInfo.td
+++ b/lib/Target/Mips/Mips16InstrInfo.td
@@ -392,6 +392,7 @@ class SeliT<string op1, string op2>:
!strconcat(op1, "\t.+4\n\tmove $rd, $rs"))), []> {
let isCodeGenOnly=1;
let Constraints = "$rd = $rd_";
+ let usesCustomInserter = 1;
}
//