[llvm-readelf] - Report a warning when .hash section contains a chain with a cycle.
[llvm-complete.git] / test / tools / llvm-diff / undef.ll
blob607fb1f425ead629068e976232923b46cff8b274
1 ; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=33623
2 ; RUN: llvm-diff %s %s
4 %A = type { i64, i64 }
5 @_gm_ = global <2 x %A*> zeroinitializer
7 define void @f() {
8 entry:
9   store <2 x %A*> undef, <2 x %A*>* @_gm_
10   ret void