summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM64/trap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM64/trap.ll')
-rw-r--r--test/CodeGen/ARM64/trap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM64/trap.ll b/test/CodeGen/ARM64/trap.ll
index c9e0beabfc..5e99c32c57 100644
--- a/test/CodeGen/ARM64/trap.ll
+++ b/test/CodeGen/ARM64/trap.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=arm64 | FileCheck %s
define void @foo() nounwind {
; CHECK: foo
-; CHECK: brk #1
+; CHECK: brk #0x1
tail call void @llvm.trap()
ret void
}