Revert a patch that is unsafe, due to out of range array accesses in inner
authorChris Lattner <sabre@nondot.org>
Thu, 25 May 2006 21:25:12 +0000 (21:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 May 2006 21:25:12 +0000 (21:25 +0000)
commit99f2af2dee68c4fe102b7b19d5ed9e565b2a4b23
treefc0300ad7d54d75561f89004013d3b1a78073ba5
parent392b821fa4c4435c3e35963e8114a0a203f76696
Revert a patch that is unsafe, due to out of range array accesses in inner
array scopes possibly accessing valid memory in outer subscripts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28478 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp