[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Assembler / datalayout-alloca-addrspace-mismatch-2.ll
blob1e9d3cb959ce32af59e93ecfe1e00c1e644e2b76
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 target datalayout = "A1"
5 ; CHECK: Allocation instruction pointer not in the stack address space!
6 ; CHECK-NEXT:  %alloca_scalar_no_align = alloca i32, align 4, addrspace(2), !foo !0
8 define void @use_alloca() {
9   %alloca_scalar_no_align = alloca i32, align 4, addrspace(2), !foo !0
10   ret void
13 !0 = !{}