repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
CBackend
/
2002-08-19-DataPointer.ll
blob
7ae13ec54c30a4246a1bb20a20465febe37ac1b3
1
; RUN: llvm-as < %s | llc -march=c
2
3
@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
4
@somestr = constant [11 x i8] c"hello world"