mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-09 03:56:28 +00:00
![Misha Brukman](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8558 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
|