bolt/deps/llvm-18.1.8/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll

7 lines
126 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt < %s -passes=globaldce -S | FileCheck %s
; CHECK-NOT: global
@X = external global i32
@Y = internal global i32 7