Sign in
swiftshader
/
SwiftShader
/
98e6b968bfc1fe6fd301b517876c9d6815836163
/
.
/
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