aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ARM/simple-encoding.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-11-21 11:05:29 +0000
committerBill Wendling <isanbard@gmail.com>2010-11-21 11:05:29 +0000
commitaf2b573614c7d853879ff24eb9a86d1c36acc198 (patch)
tree0992ce12c1450ab4d01234abe58d65e41037c400 /test/MC/ARM/simple-encoding.ll
parent9717fa9f29696bca45ddfdf206b1c382c8b40b78 (diff)
downloadexternal_llvm-af2b573614c7d853879ff24eb9a86d1c36acc198.zip
external_llvm-af2b573614c7d853879ff24eb9a86d1c36acc198.tar.gz
external_llvm-af2b573614c7d853879ff24eb9a86d1c36acc198.tar.bz2
Add encoding for ARM "trap" instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ARM/simple-encoding.ll')
-rw-r--r--test/MC/ARM/simple-encoding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ARM/simple-encoding.ll b/test/MC/ARM/simple-encoding.ll
index f279bda..0877e8e 100644
--- a/test/MC/ARM/simple-encoding.ll
+++ b/test/MC/ARM/simple-encoding.ll
@@ -12,7 +12,7 @@ declare i32 @llvm.ctlz.i32(i32)
define i32 @foo(i32 %a, i32 %b) {
; CHECK: foo
-; CHECK: trap @ encoding: [0xf0,0x00,0xf0,0x07]
+; CHECK: trap @ encoding: [0xfe,0xde,0xff,0xe7]
; CHECK: bx lr @ encoding: [0x1e,0xff,0x2f,0xe1]
tail call void @llvm.trap()