summaryrefslogtreecommitdiff
path: root/test/MC/ARM/invalid-hint-thumb.s
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@arm.com>2013-10-01 12:39:11 +0000
committerJoey Gouly <joey.gouly@arm.com>2013-10-01 12:39:11 +0000
commitd1311ac171f9cb90cab4906a6c0e091b6b65b862 (patch)
tree9f20fecbfc305d0f05bd5b5420b6f953c4e8bad6 /test/MC/ARM/invalid-hint-thumb.s
parent9813dbf396e63f6d4fd99fe0f6651e831cb7414b (diff)
downloadllvm-d1311ac171f9cb90cab4906a6c0e091b6b65b862.tar.gz
llvm-d1311ac171f9cb90cab4906a6c0e091b6b65b862.tar.bz2
llvm-d1311ac171f9cb90cab4906a6c0e091b6b65b862.tar.xz
[ARM] Introduce the 'sevl' instruction in ARMv8.
This also removes the restriction on the immediate field of the 'hint' instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/invalid-hint-thumb.s')
-rw-r--r--test/MC/ARM/invalid-hint-thumb.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/MC/ARM/invalid-hint-thumb.s b/test/MC/ARM/invalid-hint-thumb.s
deleted file mode 100644
index bde987c2e0..0000000000
--- a/test/MC/ARM/invalid-hint-thumb.s
+++ /dev/null
@@ -1,9 +0,0 @@
-@ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
-
-hint #5
-hint.w #5
-hint #100
-
-@ CHECK: error: immediate operand must be in the range [0,4]
-@ CHECK: error: immediate operand must be in the range [0,4]
-@ CHECK: error: immediate operand must be in the range [0,4]