mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
c95df8b6d8
llvm-svn: 81257
7 lines
117 B
LLVM
7 lines
117 B
LLVM
; Weak variables should be preserved by global DCE!
|
|
|
|
; RUN: opt %s -globaldce -S | grep @A
|
|
|
|
|
|
@A = weak global i32 54
|