Sign in
◑
Theme
cobalt
/
cobalt
/
f058e8ff1e4e627725a9003fc9851c8a67294fb0
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Transforms
/
GlobalDCE
/
2003-10-09-PreserveWeakGlobals.ll
blob: ded3165972119f2547eefe8a24e6c029a4f17019 [
file
]
; Weak variables should be preserved by global DCE!
; RUN: opt < %s -globaldce -S | FileCheck %s
; CHECK: @A
@A
=
weak
global
i32
54