aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/undefined.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/undefined.ll')
-rw-r--r--test/CodeGen/ARM/undefined.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/ARM/undefined.ll b/test/CodeGen/ARM/undefined.ll
deleted file mode 100644
index 86422fb54412..000000000000
--- a/test/CodeGen/ARM/undefined.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: llc -mtriple armv7-eabi -o - %s | FileCheck %s
-; RUN: llc -mtriple thumbv6m-eabi -o - %s | FileCheck %s
-; RUN: llc -mtriple thumbv7-eabi -o - %s | FileCheck %s
-
-declare void @llvm.arm.undefined(i32) nounwind
-
-define void @undefined_trap() {
-entry:
- tail call void @llvm.arm.undefined(i32 254)
- ret void
-}
-
-; CHECK-LABEL: undefined_trap
-; CHECK: udf #254