summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
blob: d3e93a8779efa3121b9572035235816583092c64 (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