Sign in
swiftshader
/
SwiftShader
/
c3f7960c33ea45cdaa0a9d8b7a979907aa90392c
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
GlobalDCE
/
basicvariabletest.ll
blob: cfa481b810650fcc7ab5cbee848362891b18188b [
file
] [
log
] [
blame
]
; RUN: opt < %s -globaldce -S | not grep global
@X
=
external
global
i32
@Y
=
internal
global
i32
7