Sign in
swiftshader
/
SwiftShader
/
082dfec95519d26a94681aa821bebb1da18d096d
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
GlobalDCE
/
2003-10-09-PreserveWeakGlobals.ll
blob: 837949e044b8eb72422e251c828aeb2fb4e5aa45 [
file
] [
log
] [
blame
]
; Weak variables should be preserved by global DCE!
; RUN: opt < %s -globaldce -S | grep @A
@A
=
weak
global
i32
54