llvm-project/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll

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