repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
Assembler
/
2002-08-15-UnresolvedGlobalReference.ll
blob
5252be266a167783e237131382dbd05dcfc5b92c
1
; RUN: llvm-as %s -o /dev/null -f
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