aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/alias_store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/alias_store.ll')
-rw-r--r--test/CodeGen/ARM/alias_store.ll16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/CodeGen/ARM/alias_store.ll b/test/CodeGen/ARM/alias_store.ll
deleted file mode 100644
index 48f21fc03eca..000000000000
--- a/test/CodeGen/ARM/alias_store.ll
+++ /dev/null
@@ -1,16 +0,0 @@
-; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
-
-@X = constant {i8, i8 } { i8 0, i8 0 }
-@XA = alias i8, getelementptr inbounds ({ i8, i8 }, {i8, i8}* @X, i32 0, i32 1)
-
-define void @f(i8** %p) align 2 {
-entry:
- store i8* @XA, i8 **%p, align 4
- ret void
-}
-
-; CHECK: f:
-; CHECK: ldr r{{.*}}, [[L:.*]]
-; CHECK: [[L]]:
-; CHECK-NEXT: .long XA
-; CHECK: XA = X+1