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

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


%A = weak global int 54