New testcase that the PPC backend miscompiles. It is emitting
authorChris Lattner <sabre@nondot.org>
Sun, 12 Dec 2004 20:34:06 +0000 (20:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Dec 2004 20:34:06 +0000 (20:34 +0000)
commit081da56e9e246ac30c7aa5591bbe405e65cb511c
tree0c5f3714650c3b5d4281e30488cd2685770fc4a7
parent8363ad6bfc1448d5ad186075ac9e1258d4018f36
New testcase that the PPC backend miscompiles.  It is emitting

  .comm _X,0

For X, which makes the linker thing that X is never defined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18834 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll [new file with mode: 0644]