mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
62b99977f6
llvm-svn: 8999
7 lines
137 B
LLVM
7 lines
137 B
LLVM
; Weak variables should be preserved by global DCE!
|
|
|
|
; RUN: llvm-as < %s | opt -globaldce | llvm-dis | grep %A
|
|
|
|
|
|
%A = weak global int 54
|