diff options
| author | Reed Kotler <rkotler@mips.com> | 2012-09-25 22:34:20 +0000 |
|---|---|---|
| committer | Reed Kotler <rkotler@mips.com> | 2012-09-25 22:34:20 +0000 |
| commit | 289b5d7f02a442cb849d3762a78796d3355b02fc (patch) | |
| tree | c2377f3b17d904752f75829bb2a4e2ecc03d5155 /lib/Target/Mips | |
| parent | 48c0f65be363eeec4d69a96864e06b1570aedbfe (diff) | |
| download | external_llvm-289b5d7f02a442cb849d3762a78796d3355b02fc.zip external_llvm-289b5d7f02a442cb849d3762a78796d3355b02fc.tar.gz external_llvm-289b5d7f02a442cb849d3762a78796d3355b02fc.tar.bz2 | |
blank line for test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
| -rw-r--r-- | lib/Target/Mips/Mips16InstrInfo.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.td b/lib/Target/Mips/Mips16InstrInfo.td index b0ab464..d69900e 100644 --- a/lib/Target/Mips/Mips16InstrInfo.td +++ b/lib/Target/Mips/Mips16InstrInfo.td @@ -29,6 +29,7 @@ class FI8_MOVR3216_ins<string asmstr, InstrItinClass itin>: // // I8_MOV32R instruction format (used only by MOV32R instruction) // + class FI8_MOV32R16_ins<string asmstr, InstrItinClass itin>: FI8_MOV32R16<(outs CPURegs:$r32), (ins CPU16Regs:$rz), !strconcat(asmstr, "\t$r32, $rz"), [], itin>; |
