Removing Makefiles. Regression tests are now run by QMTest.
[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