aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalDCE/basicvariabletest.ll
blob: a3d65c79f4b3ad408f60a4ebb318ad68f60ad0ba (plain)
1
2
3
4
5
6
7
8
9
; RUN: if as < %s | opt -globaldce | dis | grep global
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi


%X = uninitialized global int
%Y = internal global int 7