[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / ARM / alias_store.ll
blobc6612334eaf1b054cfb651cf5383a2c400e833b3
1 ; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
3 @X = constant {i8, i8 } { i8 0, i8 0 }
4 @XA = alias i8, getelementptr inbounds ({ i8, i8 }, ptr @X, i32 0, i32 1)
6 define void @f(ptr %p) align 2 {
7 entry:
8   store ptr @XA, ptr %p, align 4
9   ret void
12 ; CHECK: f:
13 ; CHECK: ldr r{{.*}}, [[L:.*]]
14 ; CHECK: [[L]]:
15 ; CHECK-NEXT: .long XA
16 ; CHECK: .set XA, X+1