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
/
2003-10-09-PreserveWeakGlobals.ll
blob
5b2c97f0f85e5d5bc64f0bbfc486d1cc1843d775
1
; Weak variables should be preserved by global DCE!
2
3
; RUN: opt < %s -globaldce -S | grep @A
4
5
6
@A = weak global i32 54