opnsense-src/test/Transforms/GlobalDCE/basicvariabletest.ll

7 lines
126 B
LLVM
Raw Normal View History

; RUN: opt < %s -passes=globaldce -S | FileCheck %s
2009-06-02 13:52:33 -04:00
; CHECK-NOT: global
2009-06-02 13:52:33 -04:00
@X = external global i32
@Y = internal global i32 7