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

; RUN: opt %s -globaldce -S | grep @A


@A = weak global i32 54