repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.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