aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/trap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/trap.ll')
-rw-r--r--test/CodeGen/Mips/trap.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/Mips/trap.ll b/test/CodeGen/Mips/trap.ll
deleted file mode 100644
index beb4b894632b..000000000000
--- a/test/CodeGen/Mips/trap.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s
-
-declare void @llvm.trap()
-
-define void @f1() {
-entry:
- call void @llvm.trap()
- unreachable
-
-; CHECK: break
-}