brintos

brintos / llvm-project-archived public Read only

0
0
Text · 219 B · e2f6f1c Raw
12 lines · plain
1; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=336232; RUN: llvm-diff %s %s3 4%A = type { i64, i64 }5@_gm_ = global <2 x ptr> zeroinitializer6 7define void @f() {8entry:9  store <2 x ptr> undef, ptr @_gm_10  ret void11}12