[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Transforms / GlobalDCE / 2003-10-09-PreserveWeakGlobals.ll
blob2c065eb4840b5d3a02f030359d55283a2578fb3c
1 ; Weak variables should be preserved by global DCE!
3 ; RUN: opt < %s -passes=globaldce -S | FileCheck %s
5 ; CHECK: @A
6 @A = weak global i32 54