blob: e2f6f1cbefb0673594e9744d76bd6073c3541470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=33623
; RUN: llvm-diff %s %s
%A = type { i64, i64 }
@_gm_ = global <2 x ptr> zeroinitializer
define void @f() {
entry:
store <2 x ptr> undef, ptr @_gm_
ret void
}
|