summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
blob: 6658cee1223995dc3812e0e58fe87dd242680801 (plain)
1
2
3
4
5
6
7
8
; RUN: opt < %s -globaldce -S | not grep @D
; RUN: opt < %s -globaldce -S | grep @L | count 3

@A = global i32 0
@D = alias internal i32* @A
@L1 = alias i32* @A
@L2 = alias internal i32* @L1
@L3 = alias i32* @L2