aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/trap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/trap.ll')
-rw-r--r--test/CodeGen/Thumb/trap.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/CodeGen/Thumb/trap.ll b/test/CodeGen/Thumb/trap.ll
deleted file mode 100644
index 7d2f6f11a4d1..000000000000
--- a/test/CodeGen/Thumb/trap.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
-; rdar://7961298
-
-define void @t() nounwind {
-entry:
-; CHECK-LABEL: t:
-; CHECK: trap
- call void @llvm.trap()
- unreachable
-}
-
-declare void @llvm.trap() nounwind