aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/thumb-litpool.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/thumb-litpool.ll')
-rw-r--r--test/CodeGen/ARM/thumb-litpool.ll15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/ARM/thumb-litpool.ll b/test/CodeGen/ARM/thumb-litpool.ll
deleted file mode 100644
index f68fdb6fdc0f..000000000000
--- a/test/CodeGen/ARM/thumb-litpool.ll
+++ /dev/null
@@ -1,15 +0,0 @@
-; RUN: llc -mtriple=thumbv6m-apple-macho %s -relocation-model=static -o - | FileCheck %s
-; RUN: llc -mtriple=thumbv6m-apple-macho %s -relocation-model=pic -o - | FileCheck %s
-
-@var = global i8 zeroinitializer
-
-declare void @callee(i8*)
-
-define void @foo() minsize {
-; CHECK-LABEL: foo:
-; CHECK: ldr {{r[0-7]}}, LCPI0_0
- call void @callee(i8* @var)
- call void asm sideeffect "", "~{r0},~{r1},~{r2},~{r3},~{r4},~{r5},~{r6},~{r7}"()
- call void @callee(i8* @var)
- ret void
-} \ No newline at end of file