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
/
2009-01-05-DeadAliases.ll
blob
6658cee1223995dc3812e0e58fe87dd242680801
1
; RUN: opt < %s -globaldce -S | not grep @D
2
; RUN: opt < %s -globaldce -S | grep @L | count 3
3
4
@A = global i32 0
5
@D = alias internal i32* @A
6
@L1 = alias i32* @A
7
@L2 = alias internal i32* @L1
8
@L3 = alias i32* @L2