Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing
authorChris Lattner <sabre@nondot.org>
Wed, 8 Mar 2006 01:05:29 +0000 (01:05 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Mar 2006 01:05:29 +0000 (01:05 +0000)
commit25de486263abc1882498a8701e3eb29ee0804c4e
tree6bd6ba3c8dea02d95587400064f4b35f5f759293
parent49f398b96a026034c2e92ffeca692d0f57fa771a
Fix a miscompilation of 188.ammp with the new CFE.  188.ammp is accessing
arrays out of range in a horrible way, but we shouldn't break it anyway.
Details in the comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26606 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ScalarReplAggregates.cpp