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