summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstrThumb.td
diff options
context:
space:
mode:
authorArtyom Skrobov <Artyom.Skrobov@arm.com>2013-10-23 10:14:40 +0000
committerArtyom Skrobov <Artyom.Skrobov@arm.com>2013-10-23 10:14:40 +0000
commitfc12e7016c66de77c140c40168a17a4512eed0e2 (patch)
treea6cf685e226791c325be082803dea0e5ca1071eb /llvm/lib/Target/ARM/ARMInstrThumb.td
parentffd8df29b6f1edc74ae555de20afb0bda9385e70 (diff)
downloadbcm5719-llvm-fc12e7016c66de77c140c40168a17a4512eed0e2.tar.gz
bcm5719-llvm-fc12e7016c66de77c140c40168a17a4512eed0e2.zip
Make ARM hint ranges consistent, and add tests for these ranges
llvm-svn: 193238
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrThumb.td')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrThumb.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb.td b/llvm/lib/Target/ARM/ARMInstrThumb.td
index 43dbd5c8fff..af5ef537b53 100644
--- a/llvm/lib/Target/ARM/ARMInstrThumb.td
+++ b/llvm/lib/Target/ARM/ARMInstrThumb.td
@@ -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
OpenPOWER on IntegriCloud