repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Create PTX backend. Patch by Che-Liang Chiou!
[llvm.git]
/
test
/
Assembler
/
2002-08-15-UnresolvedGlobalReference.ll
blob
2ba3f14a48e581b98a0bd4a4aba79a791691c163
1
; RUN: llvm-as %s -o /dev/null
2
3
@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1]
4
5
define i8* @test() {
6
ret i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0)
7
}
8