mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
c072619922
llvm-svn: 47793
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 i32 54
|