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