mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
6 lines
125 B
LLVM
6 lines
125 B
LLVM
; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep global
|
|
|
|
%X = uninitialized global int
|
|
%Y = internal global int 7
|
|
|