Make ARM hint ranges consistent, and add tests for these ranges
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
index 43dbd5c8fff2ffa075bb9bf06221e31a7f2d7000..af5ef537b536f808a441c94f06fba01301148330 100644 (file)
@@ -280,7 +280,6 @@ class tHintAlias<string Asm, dag Result> : tInstAlias<Asm, Result> {
   let Predicates = [IsThumb, HasV6M];
 }
 
-def : tHintAlias<"hint$p $imm", (tHINT imm0_15:$imm, pred:$p)>;
 def : tHintAlias<"nop$p", (tHINT 0, pred:$p)>; // A8.6.110
 def : tHintAlias<"yield$p", (tHINT 1, pred:$p)>; // A8.6.410
 def : tHintAlias<"wfe$p", (tHINT 2, pred:$p)>; // A8.6.408