Add hint disassembly syntax for 16-bit Thumb hint instructions.
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb2.td
index 636b96dde72fc28ed885b2f2c195c199ce009a44..67dc4c12c3c344c1a1fcea450dee84accc5cb49a 100644 (file)
@@ -3653,7 +3653,7 @@ def : t2InstAlias<"cps.w $mode", (t2CPS1p imm0_31:$mode), 0>;
 
 // A6.3.4 Branches and miscellaneous control
 // Table A6-14 Change Processor State, and hint instructions
-def t2HINT : T2I<(outs), (ins imm0_255:$imm), NoItinerary, "hint", "\t$imm",[]> {
+def t2HINT : T2I<(outs), (ins imm0_255:$imm), NoItinerary, "hint.w", "\t$imm",[]> {
   bits<3> imm;
   let Inst{31-3} = 0b11110011101011111000000000000;
   let Inst{2-0} = imm;