summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/trap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/trap.ll')
-rw-r--r--llvm/test/CodeGen/ARM/trap.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/ARM/trap.ll b/llvm/test/CodeGen/ARM/trap.ll
index 585218cf337..c45f7133feb 100644
--- a/llvm/test/CodeGen/ARM/trap.ll
+++ b/llvm/test/CodeGen/ARM/trap.ll
@@ -59,25 +59,25 @@ entry:
define void @t2() nounwind {
entry:
; DARWIN-LABEL: t2:
-; DARWIN: trap
+; DARWIN: udf #254
; FUNC-LABEL: t2:
; FUNC: bl __trap
; NACL-LABEL: t2:
-; NACL: .inst 0xe7fedef0
+; NACL: bkpt #0
; ARM-LABEL: t2:
-; ARM: .inst 0xe7ffdefe
+; ARM: bkpt #0
; THUMB-LABEL: t2:
-; THUMB: .inst.n 0xdefe
+; THUMB: bkpt #0
-; ENCODING-NACL: f0 de fe e7 trap
+; ENCODING-NACL: 70 00 20 e1 bkpt #0
-; ENCODING-ARM: fe de ff e7 trap
+; ENCODING-ARM: 70 00 20 e1 bkpt #0
-; ENCODING-THUMB: fe de trap
+; ENCODING-THUMB: 00 be bkpt #0
call void @llvm.debugtrap()
unreachable
OpenPOWER on IntegriCloud