mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
142428ce64
llvm-svn: 81293
5 lines
144 B
LLVM
5 lines
144 B
LLVM
; RUN: llc < %s -march=c
|
|
|
|
@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
|
|
@somestr = constant [11 x i8] c"hello world"
|