This case is solved by Scalar Replacement of Aggregates (DT) and
authorJin-Gu Kang <jaykang10@imrc.kist.re.kr>
Mon, 14 Mar 2011 01:21:00 +0000 (01:21 +0000)
committerJin-Gu Kang <jaykang10@imrc.kist.re.kr>
Mon, 14 Mar 2011 01:21:00 +0000 (01:21 +0000)
commit948d9e7ec7c4f8da50d2640d3564b01d40ffd4b1
treee258ae69eb352c06115bd075f7f57e2b1838ba10
parentc2ec0f974dab4b00fe61b3b4381c36dd93a21d9d
This case is solved by Scalar Replacement of Aggregates (DT) and
Early CSE pass so this patch reverts it to original source code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127574 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp