Remove explicit control flow through the use of the 'not' script
[oota-llvm.git] / test / Transforms / GlobalDCE / basicvariabletest.ll
1 ; RUN: as < %s | opt -globaldce | dis | not grep global
2
3 %X = uninitialized global int
4 %Y = internal global int 7
5