Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-diff / undef.ll
blobe2f6f1cbefb0673594e9744d76bd6073c3541470
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 ptr> zeroinitializer
7 define void @f() {
8 entry:
9   store <2 x ptr> undef, ptr @_gm_
10   ret void