brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · 78586fa Raw
9 lines · plain
1; RUN: llc < %s2 3@g = global i32 0               ; <ptr> [#uses=1]4 5define i32 @main() {6        %h = load i32, ptr @g               ; <i32> [#uses=1]7        ret i32 %h8}9