aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/trap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/trap.ll')
-rw-r--r--test/CodeGen/Generic/trap.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/Generic/trap.ll b/test/CodeGen/Generic/trap.ll
deleted file mode 100644
index 67d1a7a347f3..000000000000
--- a/test/CodeGen/Generic/trap.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llc < %s
-define i32 @test() noreturn nounwind {
-entry:
- tail call void @llvm.trap( )
- unreachable
-}
-
-declare void @llvm.trap() nounwind
-