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: wip eke out some simple instructions for load/store/add
[llvm/zpu.git]
/
test
/
Transforms
/
GlobalDCE
/
basicvariabletest.ll
blob
a97b66de2c63409131569b437f17cc4c84173202
1
; RUN: opt < %s -globaldce -S | not grep global
2
3
@X = external global i32
4
@Y = internal global i32 7
5