summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16InstrInfo.td
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-24 23:17:51 +0000
committerReed Kotler <rkotler@mips.com>2013-02-24 23:17:51 +0000
commit29cb2591f9f7ec948e7b0e719b1db6cef99010d0 (patch)
treee1076e3e4a2a5f2a175b58b53eb86a0decb99b68 /lib/Target/Mips/Mips16InstrInfo.td
parent4edd84da1b3f7fd73e96a13b6b7e183ad04ac7c4 (diff)
downloadllvm-29cb2591f9f7ec948e7b0e719b1db6cef99010d0.tar.gz
llvm-29cb2591f9f7ec948e7b0e719b1db6cef99010d0.tar.bz2
llvm-29cb2591f9f7ec948e7b0e719b1db6cef99010d0.tar.xz
Make psuedo FEXT_T8I816_ins into a custom emitter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176002 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 01be7e7137..e11b1a75e3 100644
--- a/lib/Target/Mips/Mips16InstrInfo.td
+++ b/lib/Target/Mips/Mips16InstrInfo.td
@@ -237,6 +237,7 @@ class FEXT_T8I8I16_ins<string asmstr, string asmstr2>:
!strconcat(asmstr2, !strconcat("\t$rx, $imm\n\t",
!strconcat(asmstr, "\t$targ"))), []> {
let isCodeGenOnly=1;
+ let usesCustomInserter = 1;
}
//