Any size of integral indices are allowed in gep for indexing into sequential types...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Sun, 26 Apr 2009 17:14:35 +0000 (17:14 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Sun, 26 Apr 2009 17:14:35 +0000 (17:14 +0000)
commit9341c808ae684aeddcb4a926be3e3af62be22518
tree9c93e7b6daa166bd676e68022e6881ef08ad7e4e
parentefdb3bc8d058981d4d03771a839fd262d0e43172
Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70134 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/VMCore/Type.cpp
test/Assembler/getelementptr_struct.ll [new file with mode: 0644]