basicvariabletest.ll 126 Bytes Raw Blame History Permalink 1 2 3 4 5 6 ; RUN: opt < %s -passes=globaldce -S | FileCheck %s ; CHECK-NOT: global @X = external global i32 @Y = internal global i32 7