Beginning of alloca implementation for Mips fast-isel
[oota-llvm.git] / lib / Target / Mips / Mips32r6InstrInfo.td
index 2175160a45ac25a5cd9bf07b70186253654d2004..49c63226dc06a0d0193c0fdb514c0411163cce97 100644 (file)
@@ -549,6 +549,7 @@ class CACHE_HINT_DESC<string instr_asm, Operand MemOpnd,
   dag InOperandList = (ins MemOpnd:$addr, uimm5:$hint);
   string AsmString = !strconcat(instr_asm, "\t$hint, $addr");
   list<dag> Pattern = [];
+  string DecoderMethod = "DecodeCacheOpR6";
 }
 
 class CACHE_DESC : CACHE_HINT_DESC<"cache", mem_simm9, GPR32Opnd>;