[AArch64] Fix problems in decoding generic MSR instructions
[oota-llvm.git] / lib / Target / AArch64 / AArch64InstrFormats.td
index 3f2e772a90c45e487150acafec349d889c408528..badc72040765ae9bb427fdb0c700f50011b64033 100644 (file)
@@ -913,6 +913,9 @@ class MSRpstateI
   let Inst{7-5} = pstatefield{2-0};
 
   let DecoderMethod = "DecodeSystemPStateInstruction";
+  // MSRpstateI aliases with MSRI. When the MSRpstateI decoder method returns
+  // Fail the decoder should attempt to decode the instruction as MSRI.
+  let hasCompleteDecoder = 0;
 }
 
 // SYS and SYSL generic system instructions.