brintos

brintos / llvm-project-archived public Read only

0
0
Text · 426 B · 0397c73 Raw
12 lines · plain
1; RUN: opt < %s -passes=globaldce2 3;; Should die when function %foo is killed4@foo.upgrd.1 = internal global i32 7            ; <ptr> [#uses=3]5@bar = internal global [2 x { ptr, i32 }] [ { ptr, i32 } { ptr @foo.upgrd.1, i32 7 }, { ptr, i32 } { ptr @foo.upgrd.1, i32 1 } ]            ; <ptr> [#uses=0]6 7define internal i32 @foo() {8        %ret = load i32, ptr @foo.upgrd.1           ; <i32> [#uses=1]9        ret i32 %ret10}11 12