xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc < %s -march=ppc32 | not grep .comm.*X,0
2
3@X = linkonce global {  } zeroinitializer               ; <{  }*> [#uses=0]
4
5