aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
blob: 43ca809abe0957ba06882fcfab44c53a5570f7ac (plain)
1
2
3
4
5
6
; Weak variables should be preserved by global DCE!

; RUN: llvm-as < %s | opt -globaldce | llvm-dis | grep %A


%A = weak global int 54