summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-03-20 10:18:24 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2014-03-20 10:18:24 +0000
commit3ac3e7451b93ee1d21380b75ad1432b9f28a076d (patch)
tree78ee6500d79bca12d0724cdb5bd537bf8f7dbecd /lib/Target/Mips/MipsISelLowering.h
parentb71fd20f2d38e7e1a6f41bdc575196dd23ab716b (diff)
downloadllvm-3ac3e7451b93ee1d21380b75ad1432b9f28a076d.tar.gz
llvm-3ac3e7451b93ee1d21380b75ad1432b9f28a076d.tar.bz2
llvm-3ac3e7451b93ee1d21380b75ad1432b9f28a076d.tar.xz
Implementation of microMIPS 16-bit instructions MOVE and JALR.
Differential Revision: http://llvm-reviews.chandlerc.com/D3112 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r--lib/Target/Mips/MipsISelLowering.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h
index af01035c6e..27492a8046 100644
--- a/lib/Target/Mips/MipsISelLowering.h
+++ b/lib/Target/Mips/MipsISelLowering.h
@@ -34,6 +34,9 @@ namespace llvm {
// Jump and link (call)
JmpLink,
+ // MicroMIPS Jump and link (call)
+ JmpLinkMM,
+
// Tail call
TailCall,