mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
caff2b4efe
llvm-svn: 211943
6 lines
189 B
LLVM
6 lines
189 B
LLVM
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
|
|
|
|
; Error out if initializer is given for address spaces that do not support initializers
|
|
; XFAIL: *
|
|
@g0 = addrspace(3) global i32 42
|