2009-09-11 18:01:28 +00:00
|
|
|
; RUN: opt < %s -globaldce -S | not grep @D
|
|
|
|
; RUN: opt < %s -globaldce -S | grep @L | count 3
|
2009-01-05 20:37:33 +00:00
|
|
|
|
|
|
|
@A = global i32 0
|
|
|
|
@D = alias internal i32* @A
|
|
|
|
@L1 = alias i32* @A
|
|
|
|
@L2 = alias internal i32* @L1
|
|
|
|
@L3 = alias i32* @L2
|