aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrFormats.td
diff options
context:
space:
mode:
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-09-14 07:35:41 +0000
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>2013-09-14 07:35:41 +0000
commitdcc425c6301c088b4c0598696de50c01fbca5733 (patch)
tree049ea5c99e7573d0bd464fc3a2bb032c65f5c90a /lib/Target/Mips/MipsInstrFormats.td
parentab48d10effb223de0c9516ccae616a80fef27df8 (diff)
downloadexternal_llvm-dcc425c6301c088b4c0598696de50c01fbca5733.zip
external_llvm-dcc425c6301c088b4c0598696de50c01fbca5733.tar.gz
external_llvm-dcc425c6301c088b4c0598696de50c01fbca5733.tar.bz2
Fixed bug when generating Load Upper Immediate microMIPS instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrFormats.td')
-rw-r--r--lib/Target/Mips/MipsInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsInstrFormats.td b/lib/Target/Mips/MipsInstrFormats.td
index f0d82dc..68872fe 100644
--- a/lib/Target/Mips/MipsInstrFormats.td
+++ b/lib/Target/Mips/MipsInstrFormats.td
@@ -363,7 +363,7 @@ class CLO_FM<bits<6> funct> : StdArch {
let rt = rd;
}
-class LUI_FM {
+class LUI_FM : StdArch {
bits<5> rt;
bits<16> imm16;