llvm-for-llvmta/test/Transforms/GlobalDCE/basicvariabletest.ll

7 lines
126 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: opt < %s -passes=globaldce -S | FileCheck %s
; CHECK-NOT: global
@X = external global i32
@Y = internal global i32 7