* Assert that indices are valid for an indexing instruction.
authorChris Lattner <sabre@nondot.org>
Fri, 14 Dec 2001 16:43:26 +0000 (16:43 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Dec 2001 16:43:26 +0000 (16:43 +0000)
commit6158d8bc73cc0f3f2cdded14e65c419e95fa948d
treec7c6b84b35b3307778911ac2490ff499f7f19e8e
parente917eaec6a473580033887d5745cc4e83240a36d
* Assert that indices are valid for an indexing instruction.
* Add support for indexing into pointers
* Remove support for unsized arrays

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1472 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/iMemory.cpp