mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
6 lines
140 B
LLVM
6 lines
140 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | opt -globaldce | llvm-dis | not grep global
|
|
|
|
%X = uninitialized global int
|
|
%Y = internal global int 7
|
|
|