aboutsummaryrefslogtreecommitdiffstats
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.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/ARM64/trap.ll b/test/CodeGen/ARM64/trap.ll
deleted file mode 100644
index c9e0bea..0000000
--- a/test/CodeGen/ARM64/trap.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc < %s -march=arm64 | FileCheck %s
-define void @foo() nounwind {
-; CHECK: foo
-; CHECK: brk #1
- tail call void @llvm.trap()
- ret void
-}
-declare void @llvm.trap() nounwind