brintos

brintos / llvm-project-archived public Read only

0
0
Text · 142 B · 2c065eb Raw
7 lines · plain
1; Weak variables should be preserved by global DCE!2 3; RUN: opt < %s -passes=globaldce -S | FileCheck %s4 5; CHECK: @A6@A = weak global i32 547