summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/datalayout-alloca-addrspace-mismatch-2.ll
blob: 1e9d3cb959ce32af59e93ecfe1e00c1e644e2b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: not llvm-as < %s 2>&1 | FileCheck %s

target datalayout = "A1"

; CHECK: Allocation instruction pointer not in the stack address space!
; CHECK-NEXT:  %alloca_scalar_no_align = alloca i32, align 4, addrspace(2), !foo !0

define void @use_alloca() {
  %alloca_scalar_no_align = alloca i32, align 4, addrspace(2), !foo !0
  ret void
}

!0 = !{}
OpenPOWER on IntegriCloud