mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
82cad6f228
Differential Revision: http://reviews.llvm.org/D19782 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268425 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
126 B
LLVM
7 lines
126 B
LLVM
; RUN: opt < %s -passes=globaldce -S | FileCheck %s
|
|
|
|
; CHECK-NOT: global
|
|
@X = external global i32
|
|
@Y = internal global i32 7
|
|
|