repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: simple fn with stack slots compile
[llvm/zpu.git]
/
test
/
Assembler
/
2004-10-22-BCWriterUndefBug.ll
blob
694b80b78c1674351f79131dbac5a54fa09d36ac
1
;; The bytecode writer was trying to treat undef values as ConstantArray's when
2
;; they looked like strings.
3
;; RUN: llvm-as %s -o /dev/null
4
@G = internal global [8 x i8] undef
5