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
fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2002-08-19-DataPointer.ll
blob
b5a1f0b28b2c16e7eea3b3680c2819cc40e8088c
1
; RUN: llc < %s -march=c
2
3
@sptr1 = global [11 x i8]* @somestr ;; Forward ref to a constant
4
@somestr = constant [11 x i8] c"hello world"