new testcase for SROA for stuff like "union { int*, float* }".
authorChris Lattner <sabre@nondot.org>
Sun, 8 Oct 2006 23:27:37 +0000 (23:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Oct 2006 23:27:37 +0000 (23:27 +0000)
commitfc1dfd413734bcaf6e49791ba20bfe5c094b8d5a
tree3c54486b2ed4911b69012cd9464d095f38d32d70
parent6270f686b323281aa6774d019413a52696337ff2
new testcase for SROA for stuff like "union { int*, float* }".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30822 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/ScalarRepl/union-pointer.ll [new file with mode: 0644]