[PATCH 1/4] [mips][msa] Source register of FILL instructions is GPR
[oota-llvm.git] / lib / Target / Mips / MipsInstrFormats.td
index f0d82dc335b234ab6d03313a20fbe3fbfc19ca53..68872fe8f2ffc2d5b5384d4e244c1f458ae370ed 100644 (file)
@@ -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;