summaryrefslogtreecommitdiffstats
path: root/test/Transforms/GlobalDCE/basicvariabletest.ll
blob: a97b66de2c63409131569b437f17cc4c84173202 (plain)
1
2
3
4
5
; RUN: opt < %s -globaldce -S | not grep global

@X = external global i32
@Y = internal global i32 7

OpenPOWER on IntegriCloud